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:
parent
eec5d80566
commit
6ef94c20b3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue