We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fc4e6 commit 7d636d8Copy full SHA for 7d636d8
1 file changed
CMakeLists.txt
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
2
3
message(AUTHOR_WARNING "If the build fails, please try the autotools/qmake method.")
4
5
+if(POLICY CMP0074)
6
+ cmake_policy(SET CMP0074 NEW)
7
+endif()
8
+
9
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
10
include(FunctionReadVersion)
11
0 commit comments