Fix typo in CMakeLists.txt ( in CMake function for position independent code).

This commit is contained in:
unknown 2015-12-09 09:03:59 +01:00 committed by jean-pierre charras
parent 0ae5fed41f
commit 77bc1a2dd1
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 )