Revert change to quoting

Accidentally included a change of quoting which isn't related to the diff at
hand; reverted with this commit.
This commit is contained in:
Karl Goetz 2014-12-17 20:28:20 +11:00
parent 4c10c9c2b3
commit ada9b55740
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ include (InstallRequiredSystemLibraries)
set (CPACK_RESOURCE_FILE_LICENSE
"${CMAKE_CURRENT_SOURCE_DIR}/docs/COPYRIGHT.source_code.txt")
set (CPACK_GENERATOR "Bundle")
set (CPACK_GENERATOR Bundle)
set (CPACK_BUNDLE_NAME "MegaGlest")
set (CPACK_BUNDLE_STARTUP_COMMAND "${PROJECT_SOURCE_DIR}/data/glest_game/megaglest")
set (CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/mk/macosx/MegaGlest.icns")