Shorten name of Info.plist template file

Our template file is not simply a copy of the file included in CMake and
so should not be named as if it was.
This commit is contained in:
Camilla Löwy
2019-12-03 22:03:36 +01:00
parent 9486ec0c02
commit 2fb336268f
4 changed files with 3 additions and 3 deletions

View File

@@ -90,6 +90,6 @@ if (APPLE)
set_target_properties(${GUI_ONLY_BINARIES} ${CONSOLE_BINARIES} PROPERTIES
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GLFW_VERSION}
MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION}
MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/MacOSXBundleInfo.plist.in")
MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/Info.plist.in")
endif()