mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 16:06:40 +00:00
Merge pull request #2617 from nikolaykasyanov/fix-macos-packaging
Fix macOS packaging on CMake 3.15
This commit is contained in:
commit
9c8251d986
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