diff --git a/CMakeLists.txt b/CMakeLists.txt index a485599..8bcd395 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,12 @@ include(cmake/fetch_content.cmake) set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'") project(bofstd VERSION 5.5.3.2) + +if (EMSCRIPTEN) +message("Force pthread detection for BofStd compilation under EMSCRIPTEN") +set (THREADS_HAVE_PTHREAD_ARG ON) +endif() + # Some naming conventions either requires lower or upper case. # And some don't like underscore. # So already prepare all those variables diff --git a/vcpkg.json b/vcpkg.json index 778743d..c946e55 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.5.3.3", + "version": "5.5.3.4", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {