Skip to content

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

luzer/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ if(ENABLE_TESTING)
4949
add_subdirectory(tests)
5050
endif()
5151

52-
include(GNUInstallDirs)
52+
# include(GNUInstallDirs)
53+
54+
# SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
55+
# Disable the RPATH stripping during installation.
56+
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
5357

5458
install(
5559
TARGETS luzer_impl

0 commit comments

Comments
 (0)