From 7118d481b7cfff4d8d4e53eefe177fba06a42276 Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Mon, 3 May 2021 13:46:12 +0200 Subject: [PATCH] fixed typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0723c5d8..f67977d7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,7 +164,7 @@ if(${CMAKE_PROJECT_NAME} MATCHES "OpenMesh") endif() # On apple we do a fixbundle, which is only necessary for the apps and not for the libs - if (APPLE AND BUILD_APPSA AND QT_FOUND) + if (APPLE AND BUILD_APPS AND QT_FOUND) # prepare bundle generation cmake file and add a build target for it configure_file ("${CMAKE_SOURCE_DIR}/cmake/fixbundle.cmake.in" "${CMAKE_BINARY_DIR}/fixbundle.cmake" @ONLY IMMEDIATE)