We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f062ad1 + 15ecfac commit fa9a2d3Copy full SHA for fa9a2d3
1 file changed
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