Skip to content

Commit

Permalink
add to cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 26, 2024
1 parent 44c40a5 commit 5d00c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ endif()
set(Boost_NO_BOOST_CMAKE ON)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)
set(_boost_RELEASE_ABI_TAG "-" CACHE STRING "Get rid of -s" FORCE)

find_package(Boost REQUIRED COMPONENTS system filesystem thread date_time chrono regex serialization program_options coroutine context atomic)
message(STATUS "Boost Found: ${Boost_INCLUDE_DIRS}")
Expand Down

0 comments on commit 5d00c8f

Please sign in to comment.