mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 20:06:43 +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)
|
if(APPLE)
|
||||||
INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT BUNDLE)
|
INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT Bundle)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue