mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
cmake: drop unconditional forcing of CMAKE_SKIP_RPATH=TRUE
CMake "cache" entry for CMAKE_SKIP_RPATH is in the end of this file
This commit is contained in:
parent
af883e88e1
commit
c85e44697e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user