We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded93da commit abbffdeCopy full SHA for abbffde
builds/cmake/CMakeLists.txt
@@ -32,7 +32,7 @@ else ()
32
set( exec_prefix "\${prefix}" )
33
set( libdir "\${exec_prefix}/lib" )
34
set( includedir "\${exec_prefix}/include" )
35
- set( CMAKE_INSTALL_RPATH "${CMAKE_PREFIX_PATH}" )
+ set( CMAKE_INSTALL_RPATH "${CMAKE_PREFIX_PATH}/lib" )
36
37
set( PACKAGE_VERSION "4.0.0" )
38
set( VERSION "${PACKAGE_VERSION}" )
0 commit comments