We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38e9795 + b30e63f commit 5895443Copy full SHA for 5895443
1 file changed
source/compiler/CMakeLists.txt
@@ -62,6 +62,7 @@ endif()
62
63
if(APPLE)
64
set(CMAKE_MACOSX_RPATH ON)
65
+ set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
66
endif()
67
68
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in
0 commit comments