We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f19a5 commit 2625285Copy full SHA for 2625285
CMakeLists.txt
@@ -42,8 +42,9 @@ option(VPKEDIT_USE_LTO "Build VPKEdit with link-time optimization enabled" OFF)
42
# Global CMake options
43
if(PROJECT_IS_TOP_LEVEL)
44
# Set proper runpath
45
- set(CMAKE_SKIP_BUILD_RPATH OFF)
+ set(CMAKE_SKIP_RPATH OFF)
46
set(CMAKE_BUILD_RPATH_USE_ORIGIN ON)
47
+ set(CMAKE_BUILD_RPATH $ORIGIN)
48
set(CMAKE_INSTALL_RPATH $ORIGIN)
49
50
# Compile with PIC
0 commit comments