Skip to content

Commit c816464

Browse files
authored
Merge pull request #84 from jcfr/patch-1
Remove unneeded CMP0028 policy setting
2 parents 1d0fbb4 + 90e5596 commit c816464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
1414
include(cmake/Custom.cmake)
1515

1616
# Set policies
17-
set_policy(CMP0028 NEW) # ENABLE CMP0028: Double colon in target name means ALIAS or IMPORTED target.
1817
set_policy(CMP0054 NEW) # ENABLE CMP0054: Only interpret if() arguments as variables or keywords when unquoted.
1918
set_policy(CMP0042 NEW) # ENABLE CMP0042: MACOSX_RPATH is enabled by default.
2019
set_policy(CMP0063 NEW) # ENABLE CMP0063: Honor visibility properties for all target types.

0 commit comments

Comments
 (0)