We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc3620 + c409566 commit fc8ac0eCopy full SHA for fc8ac0e
builds/cmake/CMakeLists.txt
@@ -33,6 +33,8 @@ else ()
33
set( libdir "\${exec_prefix}/lib" )
34
set( includedir "\${exec_prefix}/include" )
35
36
+ set( CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib" )
37
+
38
set( PACKAGE_VERSION "4.0.0" )
39
set( VERSION "${PACKAGE_VERSION}" )
40
endif ()
0 commit comments