1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00

Fix macOS packaging on CMake 3.15

It looks like component names have become case sensitive.
This commit is contained in:
Nikolay Kasyanov 2019-11-30 10:37:05 +01:00
parent eec5d80566
commit 6ef94c20b3

View file

@ -266,5 +266,5 @@ endif (MSVC)
if(APPLE)
INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT BUNDLE)
INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT Bundle)
endif()