mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +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()
|
endmacro()
|
||||||
endif() # IN_TRY_COMPILE
|
endif() # IN_TRY_COMPILE
|
||||||
|
|
||||||
set(CMAKE_SKIP_RPATH TRUE)
|
|
||||||
|
|
||||||
if(NOT CMAKE_FIND_ROOT_PATH_MODE_LIBRARY)
|
if(NOT CMAKE_FIND_ROOT_PATH_MODE_LIBRARY)
|
||||||
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user