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 f062ad1 commit 15ecfacCopy full SHA for 15ecfac
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