We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1312f87 commit c7ec0eaCopy full SHA for c7ec0ea
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
2
3
# Set up the project
4
project(filex
test/cmake/regression/CMakeLists.txt
cmake_policy(SET CMP0057 NEW)
project(regression_test LANGUAGES C)
test/cmake/samples/CMakeLists.txt
project(samples LANGUAGES C)
0 commit comments