Skip to content

Commit

Permalink
Remove the thread dependency with emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Nov 24, 2021
1 parent 02f9e15 commit af02f35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/SfizzDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ include(CheckCXXSourceCompiles)

# Find system threads
find_package(Threads REQUIRED)
if (EMSCRIPTEN)
add_link_options("-s USE_PTHREADS=1")
endif()


# Find OpenMP
find_package(OpenMP)
Expand Down

0 comments on commit af02f35

Please sign in to comment.