forked from mirror/openmw-tes3mp
OS X: this CMake parameters can be set in CMake invocation, no need to hardcode them in CMakeLists.txt
This commit is contained in:
parent
77a2179d1e
commit
99cfb8cda2
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue