We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd91a0 commit c804927Copy full SHA for c804927
1 file changed
CMakeLists.txt
@@ -134,6 +134,8 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
134
MESSAGE(STATUS "Install RPATH: ${CMAKE_INSTALL_RPATH}")
135
if(LINUX)
136
add_link_options("LINKER:--disable-new-dtags" "LINKER:-Bsymbolic")
137
+elseif(APPLE)
138
+ add_link_options("LINKER:--symbolic")
139
endif()
140
141
if (LUXRAYS_DISABLE_OPENCL)
0 commit comments