Skip to content

Commit b6ac63f

Browse files
henryiiivitaut
authored andcommitted
Fix warnings when with master project set to hidden
1 parent 1d61884 commit b6ac63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (POLICY CMP0048) # Version variables
77
endif ()
88

99
if (POLICY CMP0063) # Visibility
10-
cmake_policy(SET CMP0063 OLD)
10+
cmake_policy(SET CMP0063 NEW)
1111
endif (POLICY CMP0063)
1212

1313
# Determine if fmt is built as a subproject (using add_subdirectory)

0 commit comments

Comments
 (0)