Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM authored Apr 18, 2019
1 parent 1236689 commit 8744c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IF(WIN32)
ELSE(WIN32)
ADD_COMPILE_OPTIONS (-Wextra -Wno-unused-parameter)
ENDIF(WIN32)
IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
IF(APPLE)
set (CMAKE_SHARED_LINKER_FLAGS "-undefined dynamic_lookup")
ENDIF()

Expand Down

0 comments on commit 8744c2f

Please sign in to comment.