mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 05:26:16 +02:00
repair another committed conflict
This commit is contained in:
parent
6db36a3863
commit
aa9e9836b4
1 changed files with 0 additions and 7 deletions
|
@ -208,17 +208,10 @@ if (APPLE)
|
|||
|
||||
target_link_libraries(${TARGET_NAME} ${OpenGL} ${AppKit})
|
||||
|
||||
<<<<<<< HEAD
|
||||
# setup install of OS X interface bundle
|
||||
install(TARGETS ${TARGET_NAME}
|
||||
BUNDLE DESTINATION ${INTERFACE_INSTALL_DIR}
|
||||
COMPONENT ${CLIENT_COMPONENT}
|
||||
=======
|
||||
# install command for OS X bundle
|
||||
INSTALL(TARGETS ${TARGET_NAME}
|
||||
BUNDLE DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/install" COMPONENT Runtime
|
||||
RUNTIME DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/install" COMPONENT Runtime
|
||||
>>>>>>> ebdd430... use external project hack on win only
|
||||
)
|
||||
|
||||
else (APPLE)
|
||||
|
|
Loading…
Reference in a new issue