Skip to content

Commit

Permalink
Merge pull request wdas#74 from DennisOSRM/patch-1
Browse files Browse the repository at this point in the history
* DennisOSRM/patch-1:
  Update CMakeLists.txt
  Fix link against specific python version on macOS

Signed-off-by: David Aguilar <[email protected]>
  • Loading branch information
davvid committed Apr 19, 2019
2 parents 9bd83ad + 8744c2f commit e83243b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ IF(WIN32)
ELSE(WIN32)
ADD_COMPILE_OPTIONS (-Wextra -Wno-unused-parameter)
ENDIF(WIN32)
IF(APPLE)
set (CMAKE_SHARED_LINKER_FLAGS "-undefined dynamic_lookup")
ENDIF()

## Choose build options
# Disney specific method of choosing variant
Expand Down

0 comments on commit e83243b

Please sign in to comment.