Skip to content

Commit

Permalink
Build Boost static
Browse files Browse the repository at this point in the history
  • Loading branch information
elken committed Jan 21, 2025
1 parent cc0c371 commit 0f98e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler+runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ include(cmake/dependency/fmt.cmake)
include(cmake/dependency/libzippp.cmake)

find_package(OpenSSL REQUIRED COMPONENTS Crypto)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost CONFIG REQUIRED COMPONENTS filesystem)
find_package(BDWgc REQUIRED)

Expand Down

0 comments on commit 0f98e33

Please sign in to comment.