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 88c67dc commit c0ea96aCopy full SHA for c0ea96a
cmake/CompilerSettings.cmake
@@ -30,6 +30,4 @@ endif()
30
# Platform-specific settings
31
if(WIN32)
32
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
33
-elseif(APPLE)
34
- set(CMAKE_MACOSX_RPATH ON)
35
endif()
0 commit comments