Skip to content

Commit

Permalink
5.5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 24, 2024
1 parent a35fb07 commit 41bb774
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3",
"version": "5.5.3.4",
"description": "The onbings general purpose C++ Multiplatform library",
"dependencies": [
{
Expand Down

0 comments on commit 41bb774

Please sign in to comment.