rename CopyDataIntoBundle target name to avoid wx/qt conflict

This commit is contained in:
comex
2014-11-19 14:51:25 -05:00
parent 19dabee326
commit 688b1e537e
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
VERBATIM
)
add_custom_target(CopyDataIntoBundle ALL
add_custom_target(CopyDataIntoBundleQt ALL
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
)
endif()