disable debugging gui

This commit is contained in:
Matthias Hochsteger 2024-04-10 20:22:29 +02:00
parent 7cd448c958
commit a08dfa443d
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@ target_sources(nglib PRIVATE
boundarylayer2d.cpp
)
target_link_libraries( nglib PRIVATE usockets netgen_metis "$<BUILD_INTERFACE:netgen_python>" )
target_link_libraries( nglib PRIVATE netgen_metis "$<BUILD_INTERFACE:netgen_python>" )
install(FILES
adfront2.hpp adfront3.hpp basegeom.hpp bcfunctions.hpp bisect.hpp

View File

@ -4,8 +4,6 @@
#include <core/python_ngcore.hpp>
#include "pybind11/gil.h"
#ifdef NETGEN_DEBUGGING_GUI
#include "websockets/App.h"
#endif // NETGEN_DEBUGGING_GUI