We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d195d commit 242ef5fCopy full SHA for 242ef5f
CMakeLists.txt
@@ -3,8 +3,6 @@ project (LSL
3
VERSION 1.13.0
4
LANGUAGES CXX)
5
6
-cmake_policy(SET CMP0042 NEW) # ENABLE CMP0042: MACOSX_RPATH is enabled by default.
7
-cmake_policy(SET CMP0063 NEW) # ENABLE CMP0063: Honor visibility for all targets
8
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
9
10
if(NOT CMAKE_DEBUG_POSTFIX)
0 commit comments