diff --git a/builds/cmake/CMakeLists.txt b/builds/cmake/CMakeLists.txt index a458fdd..76e3ba8 100644 --- a/builds/cmake/CMakeLists.txt +++ b/builds/cmake/CMakeLists.txt @@ -33,6 +33,8 @@ else () set( libdir "\${exec_prefix}/lib" ) set( includedir "\${exec_prefix}/include" ) + set( CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib" ) + set( PACKAGE_VERSION "4.0.0" ) set( VERSION "${PACKAGE_VERSION}" ) endif ()