mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
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:
@@ -84,6 +84,6 @@ if (APPLE)
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GLFW_VERSION}
|
||||
MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION}
|
||||
MACOSX_BUNDLE_ICON_FILE glfw.icns
|
||||
MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/MacOSXBundleInfo.plist.in")
|
||||
MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/Info.plist.in")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user