Skip to content

Commit

Permalink
5538
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 25, 2024
1 parent e73ad73 commit 04c6449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 04c6449

Please sign in to comment.