1
0
Fork 0
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:
Nikolay Kasyanov 2019-11-30 12:20:33 +01:00 committed by GitHub
commit 9c8251d986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()