You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,20 +18,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
18
18
"Debug""Release""MinSizeRel""RelWithDebInfo")
19
19
endif()
20
20
21
-
if(POLICY CMP0099)
22
-
cmake_policy(SET CMP0099 NEW)
23
-
else()
24
-
message(WARNING "Your version of CMake is very old. This may cause linking issues if your dependencies are not in your compiler's default search paths.")
0 commit comments