From 8b599586cd5827e40bbc01dc352e098739a8c5ef Mon Sep 17 00:00:00 2001
From: AlQuemist <alquemist@Lyriks>
Date: Mon, 5 Feb 2024 15:09:03 +0100
Subject: [PATCH] <root>/CMakeLists.txt: rm unneeded SWIG-runtime dependence of
 the Fit module

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1cdddc20e3e..f32f62def4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -240,7 +240,6 @@ foreach(lib ${CoreComponents})
     add_subdirectory(${lib})
 endforeach()
 if(BORNAGAIN_PYTHON)
-    add_dependencies(BornAgainFit swig_runtime)
     if (CONFIGURE_EXAMPLES)
         add_subdirectory(rawEx)
     endif()
-- 
GitLab