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 COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
VERBATIM VERBATIM
) )
add_custom_target(CopyDataIntoBundle ALL add_custom_target(CopyDataIntoBundleQt ALL
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
) )
endif() endif()

View File

@ -181,7 +181,7 @@ elseif(wxWidgets_FOUND)
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
VERBATIM VERBATIM
) )
add_custom_target(CopyDataIntoBundle ALL add_custom_target(CopyDataIntoBundleWx ALL
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
) )
endif() endif()
@ -219,7 +219,7 @@ elseif(wxWidgets_FOUND)
${CMAKE_SOURCE_DIR}/Data/Sys ${CMAKE_SOURCE_DIR}/Data/Sys
VERBATIM VERBATIM
) )
add_custom_target(CopyTranslationsIntoBundle ALL add_custom_target(CopyTranslationsIntoBundleWx ALL
DEPENDS ${BUNDLE_PATH}/Contents/Resources/en.lproj DEPENDS ${BUNDLE_PATH}/Contents/Resources/en.lproj
) )
endif() endif()