Commit c85e4469 authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: drop unconditional forcing of CMAKE_SKIP_RPATH=TRUE

CMake "cache" entry for CMAKE_SKIP_RPATH is in the end of this file
parent af883e88
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment