Consolidate and simplify CMAKE_POLICY entries (#6780)
Simplify CMake Policies Per https://github.com/LMMS/lmms/pull/6758#discussion_r1271346366
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
# For MacOS, use "OLD" RPATH install_name behavior
|
||||
# This can be changed to "NEW" safely if install_apple.sh.in
|
||||
# is updated to relink libcarlabase.dylib. MacOS 10.8 uses
|
||||
# cmake 3.9.6, so this can be done at any time.
|
||||
IF(NOT CMAKE_VERSION VERSION_LESS 3.9)
|
||||
CMAKE_POLICY(SET CMP0068 OLD)
|
||||
ENDIF()
|
||||
|
||||
# If Carla was not provided by the system, make a dummy library instead
|
||||
if(LMMS_HAVE_WEAKCARLA)
|
||||
SET(CARLA_INCLUDE_DIRS
|
||||
|
||||
Reference in New Issue
Block a user