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 4634b56 commit 3c941a2Copy full SHA for 3c941a2
CMakeLists.txt
@@ -1,5 +1,9 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
+if (POLICY CMP0091)
4
+ cmake_policy(SET CMP0091 NEW)
5
+endif (POLICY CMP0091)
6
+
7
# By default, the version information is extracted from the git index. However,
8
# we can override this behavior by explicitly setting ADS_VERSION and
9
# skipping the git checks. This is useful for cases where this project is being
0 commit comments