We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b7918 commit 0f5c5b7Copy full SHA for 0f5c5b7
CMakeLists.txt
@@ -1,6 +1,11 @@
1
cmake_minimum_required(VERSION 3.5)
2
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
3
4
+# option() honors normal variables.
5
+if(POLICY CMP0077)
6
+ cmake_policy(SET CMP0077 NEW)
7
+endif()
8
+
9
include(ParseAc)
10
parse_ac(VERSION MAJOR MINOR PATCH)
11
0 commit comments