Skip to content

Commit

Permalink
Adhoc disabling of threading support
Browse files Browse the repository at this point in the history
Will figure out why this doesn't work out of the box

Contributes to NP-5
  • Loading branch information
jellespijker committed Jan 21, 2024
1 parent a8ce1d0 commit 1247d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -250,7 +250,7 @@ else ()
endif ()
endif (NOT WIN32)

use_threads(CuraEngine)
#use_threads(CuraEngine)
target_link_libraries(CuraEngine PRIVATE
_CuraEngine
$<$<BOOL:${ENABLE_SENTRY}>:sentry::sentry>
Expand Down

0 comments on commit 1247d25

Please sign in to comment.