We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c906c commit 6ff90b3Copy full SHA for 6ff90b3
CMakeLists.txt
@@ -1,4 +1,7 @@
1
-cmake_minimum_required(VERSION 3.0.0)
+cmake_minimum_required(VERSION 2.8.12)
2
+if (POLICY CMP0048)
3
+ cmake_policy(SET CMP0048 NEW)
4
+endif (POLICY CMP0048)
5
project(base16384 VERSION 2.2.2)
6
7
add_executable(base16384_b base16384.c)
0 commit comments