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.
2 parents 3e3091a + 58cdec0 commit abe69beCopy full SHA for abe69be
CMakeLists.txt
@@ -105,8 +105,8 @@ endif()
105
106
# Enable RPATH support for installed binaries and libraries
107
include(AddInstallRPATHSupport)
108
-add_install_rpath_support(BIN_DIRS "${CMAKE_INSTALL_FULL_LIBDIR}"
109
- LIB_DIRS "${CMAKE_INSTALL_FULL_BINDIR}"
+add_install_rpath_support(BIN_DIRS "${CMAKE_INSTALL_FULL_BINDIR}"
+ LIB_DIRS "${CMAKE_INSTALL_FULL_LIBDIR}"
110
INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}"
111
USE_LINK_PATH)
112
0 commit comments