Skip to content

Commit fc8ac0e

Browse files
authored
Merge pull request #1618 from pmienk/master
Regenerate artifacts.
2 parents 5fc3620 + c409566 commit fc8ac0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builds/cmake/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ else ()
3333
set( libdir "\${exec_prefix}/lib" )
3434
set( includedir "\${exec_prefix}/include" )
3535

36+
set( CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib" )
37+
3638
set( PACKAGE_VERSION "4.0.0" )
3739
set( VERSION "${PACKAGE_VERSION}" )
3840
endif ()

0 commit comments

Comments
 (0)