Do not cmake add_subdirectory on removed directory.
authorTobias Frost <tobi@debian.org>
Sat, 25 May 2024 14:11:03 +0000 (16:11 +0200)
committerTobias Frost <tobi@debian.org>
Sat, 25 May 2024 14:11:03 +0000 (16:11 +0200)
Forwarded: not-needed, Debian specific.
Last-Update: 2023-12-09 <YYYY-MM-DD, last update of the meta-information, optional>

Avoids a FTBFS.
Last-Update: 2023-12-09 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 2040-ftbfs-macappbundle.patch

src/CMakeLists.txt

index 5b76900f443ff25f7c23c57a93cdd84c24cbec63..ff68d8f66c44cf678f856ce7f3639ea8fa0527f7 100644 (file)
@@ -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)