From 04c6449937f30e889677b83f9032e45ee88a7745 Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Mon, 25 Mar 2024 04:27:34 +0100 Subject: [PATCH] 5538 --- CMakeLists.txt | 6 +++--- vcpkg.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9fa9a2..59f29d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,11 +44,11 @@ include(cmake/fetch_content.cmake) # in code coverage computation as they are test programs themselves. set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'") -project(bofstd VERSION 5.5.3.2) +project(bofstd VERSION 5.5.3.8) if (EMSCRIPTEN) -message("Force pthread detection for BofStd compilation under EMSCRIPTEN") -set (THREADS_HAVE_PTHREAD_ARG ON) +#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. diff --git a/vcpkg.json b/vcpkg.json index 1997a0a..da33bf4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.5.3.7", + "version": "5.5.3.8", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {