Skip to content

Commit abbffde

Browse files
committed
Regenerate artifacts.
1 parent ded93da commit abbffde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else ()
3232
set( exec_prefix "\${prefix}" )
3333
set( libdir "\${exec_prefix}/lib" )
3434
set( includedir "\${exec_prefix}/include" )
35-
set( CMAKE_INSTALL_RPATH "${CMAKE_PREFIX_PATH}" )
35+
set( CMAKE_INSTALL_RPATH "${CMAKE_PREFIX_PATH}/lib" )
3636

3737
set( PACKAGE_VERSION "4.0.0" )
3838
set( VERSION "${PACKAGE_VERSION}" )

0 commit comments

Comments
 (0)