Skip to content

Commit

Permalink
Lets see if we can flip
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 26, 2024
1 parent b45718f commit dbe44fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,11 @@ endif()

# Link static BOOST libraries everywhere
set(Boost_NO_BOOST_CMAKE ON)
find_package(Boost REQUIRED COMPONENTS system filesystem thread date_time chrono regex serialization program_options coroutine context atomic)

set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)

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}")
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})

Expand Down

0 comments on commit dbe44fa

Please sign in to comment.