Skip to content

Commit

Permalink
Add Boost::regex (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian OMNES <[email protected]>
  • Loading branch information
meslubi2021 and flomnes authored Aug 8, 2024
1 parent 64460a8 commit ae53022
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ endif()

#Boost header libraries
find_package(Boost REQUIRED)
find_package(Boost COMPONENTS regex REQUIRED)

#Sirius solver
if(POLICY CMP0074)
Expand Down
2 changes: 1 addition & 1 deletion src/solver/infeasible-problem-analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ add_library(infeasible_problem_analysis ${SRC_INFEASIBLE_PROBLEM_ANALYSIS})
target_link_libraries(infeasible_problem_analysis
PRIVATE
ortools::ortools
Boost::headers
Antares::logs
Boost::regex
)
target_include_directories(infeasible_problem_analysis
PUBLIC
Expand Down
4 changes: 4 additions & 0 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"name": "boost-core",
"version>=": "1.81.0"
},
{
"name": "boost-regex",
"version>=": "1.81.0"
},
{
"name": "minizip-ng",
"default-features": false,
Expand Down

0 comments on commit ae53022

Please sign in to comment.