We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1f454 commit f1abea1Copy full SHA for f1abea1
CMakeLists.txt
@@ -36,9 +36,10 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
36
cmake_policy(SET CMP0077 NEW)
37
endif()
38
39
-# Avoid warning of Calling FetchContent_Populate(GSL) is deprecated
+# Avoid warning of Calling FetchContent_Populate(GSL) is deprecated temporarily
40
+# TODO: find a better way to handle the header-only 3rd party deps
41
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0")
- cmake_policy(CMP0169 OLD)
42
+ cmake_policy(SET CMP0169 OLD)
43
44
45
# Needed for Java
0 commit comments