]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove CMAKE_MACOSX_RPATH
authorHarmen Stoppels <harmenstoppels@gmail.com>
Tue, 2 May 2023 08:12:15 +0000 (10:12 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 7 May 2023 18:35:09 +0000 (20:35 +0200)
This is ON by default since CMake 3.0

CMakeLists.txt

index 6fc12f5bcff3fff9e1dbe72d296a29ea54c91159..cdb38311ddab0968adab0aa127694c55675f0da3 100644 (file)
@@ -6,8 +6,6 @@ else()
 endif()
 message(STATUS "Using CMake version ${CMAKE_VERSION}")
 
-set(CMAKE_MACOSX_RPATH 1)
-
 # If not specified on the command line, enable C11 as the default
 # Configuration items that affect the global compiler environment standards
 # should be issued before the "project" command.