We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05b637 commit 1623f63Copy full SHA for 1623f63
tests/docs/bare_bones_cmake/CMakeLists.txt
@@ -15,7 +15,7 @@
15
# Minimum version required as of CMake 4.0
16
# (see https://cmake.org/cmake/help/latest/policy/CMP0000.html).
17
# Match this with minimum version from 'CMaize/CMakeLists.txt'.
18
-cmake_minimum_required(VERSION 3.19)
+cmake_minimum_required(VERSION 3.5) # Required as of CMake 4.0
19
20
add_executable(hello_world hello_world.cpp)
21
0 commit comments