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.
2 parents 8e5dbc0 + 8ba76e6 commit d20c456Copy full SHA for d20c456
CMakeLists.txt
@@ -52,6 +52,10 @@ if(POLICY CMP0056)
52
cmake_policy(SET CMP0056 NEW) # try_compile(): link flags
53
endif()
54
55
+if(POLICY CMP0057)
56
+ cmake_policy(SET CMP0057 NEW) # CMake 3.3: if(IN_LIST) support
57
+endif()
58
+
59
if(POLICY CMP0066)
60
cmake_policy(SET CMP0066 NEW) # CMake 3.7: try_compile(): use per-config flags, like CMAKE_CXX_FLAGS_RELEASE
61
0 commit comments