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 1066eeb commit 90f981dCopy full SHA for 90f981d
src/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(${CMAKE_CURRENT_LIST_DIR})
3
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
4
if(APPLE)
5
set(CMAKE_INSTALL_RPATH "@loader_path")
6
-else(UNIX)
+elseif(UNIX)
7
set(CMAKE_INSTALL_RPATH "$ORIGIN")
8
endif()
9
0 commit comments