From: Tobias Frost Date: Sat, 25 May 2024 14:11:03 +0000 (+0200) Subject: Do not cmake add_subdirectory on removed directory. X-Git-Tag: archive/raspbian/0.21.2+dfsg1-3+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=52373afa4258b792a70ba49ad4fc3aa615a7c4fa;p=freecad.git Do not cmake add_subdirectory on removed directory. Forwarded: not-needed, Debian specific. Last-Update: 2023-12-09 Avoids a FTBFS. Last-Update: 2023-12-09 Gbp-Pq: Name 2040-ftbfs-macappbundle.patch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5b76900f..ff68d8f6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,5 +19,5 @@ if(BUILD_TEMPLATE) endif(BUILD_TEMPLATE) # "if" clause moved into local CMakeLists.txt file to support Conda and Homebrew builds -add_subdirectory(MacAppBundle) +#add_subdirectory(MacAppBundle)