Skip to content
Snippets Groups Projects
Commit f318ab74 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Remove unneccessary example target property

Bundle icon file copying is performed by MACOSX_PACKAGE_LOCATION.

(cherry picked from commit c81def70)
parent db2ff13d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment