summaryrefslogtreecommitdiff
path: root/PreLoad.cmake
blob: d1b739ccb6f85cfa3f82f2d1685d766fb10406a6 (plain)
1
2
3
4
5
6
7
# Disable RPATH for install tree by default.
#
# PreLoad is used to change the default, since CMakeLists.txt will already have
# the default, and it will NO.
if (NOT DEFINED CMAKE_SKIP_INSTALL_RPATH)
    set(CMAKE_SKIP_INSTALL_RPATH ON CACHE STRING "" FORCE)
endif()