Synced to main branch

This commit is contained in:
Cirilo Bernardo 2015-12-09 19:51:45 +11:00
commit 41025154a6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ if( POLICY CMP0063 )
if( VISIBILITY_POLICY STREQUAL NEW )
message( WARNING "Compatibility code for CMake < 3.3 can be removed, search for CMP0063" )
else()
cmake_policy( GET CMP0063 NEW )
cmake_policy( SET CMP0063 NEW )
endif()
else()
if( CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY AND NOT APPLE )