Skip to content

Commit

Permalink
5539
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 25, 2024
1 parent 04c6449 commit aab677f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 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.8)
project(bofstd VERSION 5.5.3.9)

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 Expand Up @@ -325,6 +325,7 @@ install(
# include(packaging.cmake)
#endif()
if (PROJECT_IS_TOP_LEVEL)
set(RHEL "el9")
include(cmake/cpack_main.cmake)
endif()

Expand Down
4 changes: 2 additions & 2 deletions cmake/cpack_main.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ if(MSVC)
#include(cmake/cpack_nsis.cmake)
include(cmake/cpack_archive.cmake)
else()
# include(cmake/cpack_archive.cmake)
include(cmake/cpack_archive.cmake)
# include(cmake/cpack_deb.cmake)
include(cmake/cpack_rpm.cmake)
# include(cmake/cpack_rpm.cmake)
endif()

include(CPack)
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.8",
"version": "5.5.3.9",
"description": "The onbings general purpose C++ Multiplatform library",
"dependencies": [
{
Expand Down

0 comments on commit aab677f

Please sign in to comment.