From c85e44697e29132c633493ab87d760a50baa791f Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Sun, 2 Sep 2018 21:48:10 +0000 Subject: [PATCH] cmake: drop unconditional forcing of CMAKE_SKIP_RPATH=TRUE CMake "cache" entry for CMAKE_SKIP_RPATH is in the end of this file --- platforms/linux/gnu.toolchain.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/platforms/linux/gnu.toolchain.cmake b/platforms/linux/gnu.toolchain.cmake index fc53dbf9f1..cba08e7fbb 100644 --- a/platforms/linux/gnu.toolchain.cmake +++ b/platforms/linux/gnu.toolchain.cmake @@ -56,8 +56,6 @@ else() endmacro() endif() # IN_TRY_COMPILE -set(CMAKE_SKIP_RPATH TRUE) - if(NOT CMAKE_FIND_ROOT_PATH_MODE_LIBRARY) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) endif()