Codebase list isospec / b766523
Add CMake directive not to have RPATH when building on mac os. Filippo Rusconi 3 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2323 #message(STATUS "ISOSPEC_LIB_VERSION: ${ISOSPEC_LIB_VERSION}")
2424 #message(STATUS "ISOSPEC_LIB_SOVERSION: ${ISOSPEC_LIB_SOVERSION}")
2525
26
27 # Only for Apple macport
28 set(CMAKE_MACOSX_RPATH 0)
2629
2730 ######### The shared library #########
2831