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 4fe1fc0 commit 17676ceCopy full SHA for 17676ce
CMakeLists.txt
@@ -34,10 +34,12 @@ ENDIF()
34
35
# We use the LOCATION target property (CMP0026)
36
# and get_target_property() for non-existent targets (CMP0045)
37
+# and INSTALL_NAME_DIR (CMP0042)
38
IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR
39
CMAKE_VERSION VERSION_GREATER "3.0.0")
40
CMAKE_POLICY(SET CMP0026 OLD)
41
CMAKE_POLICY(SET CMP0045 OLD)
42
+ CMAKE_POLICY(SET CMP0042 OLD)
43
ENDIF()
44
45
MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
0 commit comments