From cb26f52032beae97d9623b780abec79ecc9d8cdc Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 13 Aug 2016 16:21:44 +0200 Subject: [PATCH] matching ifs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8b32e75..5406670d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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"