Skip to content

Commit ae7f42b

Browse files
authored
Merge pull request #30 from ricab/bump-min-cmake
[cmake] Fix minimum cmake version
2 parents bb64859 + 3e92763 commit ae7f42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8) # for cxx_std_17 in CMAKE_CXX_KNOWN_FEATURES
1+
cmake_minimum_required(VERSION 3.11) # for FetchContent
22
project(scope_guard)
33

44
# handle inclusions and dependencies

0 commit comments

Comments
 (0)