Remove unneccessary example target property

Bundle icon file copying is performed by MACOSX_PACKAGE_LOCATION.
This commit is contained in:
Camilla Löwy 2019-11-20 22:20:37 +01:00
parent 197193ac0b
commit c81def70be

View File

@ -80,7 +80,6 @@ if (APPLE)
set_target_properties(wave PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Wave")
set_target_properties(${GUI_ONLY_BINARIES} PROPERTIES
RESOURCE glfw.icns
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GLFW_VERSION}
MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION}
MACOSX_BUNDLE_ICON_FILE glfw.icns