mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Fix warnings when with master project set to hidden
This commit is contained in:
committed by
Victor Zverovich
parent
1d6188404c
commit
b6ac63faf0
@ -7,7 +7,7 @@ if (POLICY CMP0048) # Version variables
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (POLICY CMP0063) # Visibility
|
if (POLICY CMP0063) # Visibility
|
||||||
cmake_policy(SET CMP0063 OLD)
|
cmake_policy(SET CMP0063 NEW)
|
||||||
endif (POLICY CMP0063)
|
endif (POLICY CMP0063)
|
||||||
|
|
||||||
# Determine if fmt is built as a subproject (using add_subdirectory)
|
# Determine if fmt is built as a subproject (using add_subdirectory)
|
||||||
|
Reference in New Issue
Block a user