diff --git a/cmake/SfizzDeps.cmake b/cmake/SfizzDeps.cmake index ddbcaaeee..44a87134d 100644 --- a/cmake/SfizzDeps.cmake +++ b/cmake/SfizzDeps.cmake @@ -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)