1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-16 16:10:58 +00:00

matching ifs

This commit is contained in:
Bret Curtis 2016-08-13 16:21:44 +02:00
parent 5a65d6e18d
commit cb26f52032

View File

@ -797,7 +797,7 @@ if (APPLE AND DESIRED_QT_VERSION MATCHES 5)
fixup_bundle(\"${INSTALLED_OPENCS_APP}\" \"${OPENCS_PLUGINS}\" \"\")
" COMPONENT Runtime)
include(CPack)
endif (APPLE)
endif (APPLE AND DESIRED_QT_VERSION MATCHES 5)
# Doxygen Target -- simply run 'make doc' or 'make doc_pages'
# output directory for 'make doc' is "${OpenMW_BINARY_DIR}/docs/Doxygen"