Fix typo in CMakeLists.txt ( in CMake function for position independent code).
This commit is contained in:
parent
0ae5fed41f
commit
77bc1a2dd1
|
@ -91,7 +91,7 @@ if( POLICY CMP0063 )
|
||||||
if( VISIBILITY_POLICY STREQUAL NEW )
|
if( VISIBILITY_POLICY STREQUAL NEW )
|
||||||
message( WARNING "Compatibility code for CMake < 3.3 can be removed, search for CMP0063" )
|
message( WARNING "Compatibility code for CMake < 3.3 can be removed, search for CMP0063" )
|
||||||
else()
|
else()
|
||||||
cmake_policy( GET CMP0063 NEW )
|
cmake_policy( SET CMP0063 NEW )
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
if( CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY AND NOT APPLE )
|
if( CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY AND NOT APPLE )
|
||||||
|
|
Loading…
Reference in New Issue