mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
8 lines
267 B
CMake
8 lines
267 B
CMake
|
# 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()
|