Skip to content

Commit 242ef5f

Browse files
committed
CMake: Remove cmake_policies already set by cmake_minimum_required
1 parent 98d195d commit 242ef5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ project (LSL
33
VERSION 1.13.0
44
LANGUAGES CXX)
55

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
86
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
97

108
if(NOT CMAKE_DEBUG_POSTFIX)

0 commit comments

Comments
 (0)