Skip to content
Snippets Groups Projects
Commit 8b599586 authored by AlQuemist's avatar AlQuemist
Browse files

<root>/CMakeLists.txt: rm unneeded SWIG-runtime dependence of the Fit module

parent 2beed213
No related branches found
No related tags found
1 merge request!2357Avoid unnecessary rebuilding of the SWIG wrappers
...@@ -240,7 +240,6 @@ foreach(lib ${CoreComponents}) ...@@ -240,7 +240,6 @@ foreach(lib ${CoreComponents})
add_subdirectory(${lib}) add_subdirectory(${lib})
endforeach() endforeach()
if(BORNAGAIN_PYTHON) if(BORNAGAIN_PYTHON)
add_dependencies(BornAgainFit swig_runtime)
if (CONFIGURE_EXAMPLES) if (CONFIGURE_EXAMPLES)
add_subdirectory(rawEx) add_subdirectory(rawEx)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment