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.
2 parents 1312f87 + c7ec0ea commit 9023227Copy full SHA for 9023227
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