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 1d0fbb4 + 90e5596 commit c816464Copy full SHA for c816464
CMakeLists.txt
@@ -14,7 +14,6 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
14
include(cmake/Custom.cmake)
15
16
# Set policies
17
-set_policy(CMP0028 NEW) # ENABLE CMP0028: Double colon in target name means ALIAS or IMPORTED target.
18
set_policy(CMP0054 NEW) # ENABLE CMP0054: Only interpret if() arguments as variables or keywords when unquoted.
19
set_policy(CMP0042 NEW) # ENABLE CMP0042: MACOSX_RPATH is enabled by default.
20
set_policy(CMP0063 NEW) # ENABLE CMP0063: Honor visibility properties for all target types.
0 commit comments