Skip to content

Commit

Permalink
Fix for CMake > 2.8.9 on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaykasyanov committed Jun 9, 2013
1 parent 68bef59 commit d13430e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ if (APPLE)
set(APP_BUNDLE_NAME "${CMAKE_PROJECT_NAME}.app")

set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/${APP_BUNDLE_NAME}")

set(CMAKE_EXE_LINKER_FLAGS "-F /Library/Frameworks")
set(CMAKE_SHARED_LINKER_FLAGS "-F /Library/Frameworks")
set(CMAKE_MODULE_LINKER_FLAGS "-F /Library/Frameworks")
endif (APPLE)

# Macros
Expand Down

0 comments on commit d13430e

Please sign in to comment.