Skip to content

Commit

Permalink
require boost json component as needed for the assigner compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MALASHKIN Andrei committed Apr 26, 2024
1 parent a3ce8e2 commit afd0284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ set(RSLANG_BUILD_TOOLS "<none>" CACHE STRING "Rust tools to build (see build.too
include(TargetArchitecture)
include(CircuitCompile)

find_package(Boost REQUIRED COMPONENTS json)

if(BUILD_WITH_BOOST_STATIC_LIBS)
set(Boost_USE_STATIC_LIBS TRUE)
else()
Expand Down

0 comments on commit afd0284

Please sign in to comment.