Commit b6ac63fa authored by Henry Schreiner's avatar Henry Schreiner Committed by Victor Zverovich

Fix warnings when with master project set to hidden

parent 1d618840
......@@ -7,7 +7,7 @@ if (POLICY CMP0048) # Version variables
endif ()
if (POLICY CMP0063) # Visibility
cmake_policy(SET CMP0063 OLD)
cmake_policy(SET CMP0063 NEW)
endif (POLICY CMP0063)
# Determine if fmt is built as a subproject (using add_subdirectory)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment