diff --git a/CMakeLists.txt b/CMakeLists.txt index 69cc2ca6d8..1b1ec4bb48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,7 +154,7 @@ set(engine_SRCS # Except main.cpp. ) add_library(_CuraEngine STATIC ${engine_SRCS} ${engine_PB_SRCS}) -use_threads(_CuraEngine) +#use_threads(_CuraEngine) target_include_directories(_CuraEngine PUBLIC @@ -250,7 +250,7 @@ else () endif () endif (NOT WIN32) -use_threads(CuraEngine) +#use_threads(CuraEngine) target_link_libraries(CuraEngine PRIVATE _CuraEngine $<$:sentry::sentry>