From 1247d25ccbba084ed7ae9ad3c64553f9fa8056b9 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sun, 21 Jan 2024 17:05:22 +0100 Subject: [PATCH] Adhoc disabling of threading support Will figure out why this doesn't work out of the box Contributes to NP-5 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>