Skip to content

Commit 6d93641

Browse files
committed
fix tests 2
1 parent ef221dc commit 6d93641

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cmake/configure.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ else ()
2525
endif ()
2626

2727
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
28+
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
29+
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
30+
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
31+
set(CMAKE_SKIP_BUILD_RPATH OFF)
2832

2933
if( UNIX )
3034
set(COMMON_COMPILER_FLAGS

0 commit comments

Comments
 (0)