Skip to content

Commit

Permalink
Fix requireing Boost::process in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed May 5, 2024
1 parent 82b668d commit fd83c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -236,7 +236,7 @@ if( InterSpec_FETCH_DEPENDENCIES )
else( InterSpec_FETCH_DEPENDENCIES )
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
find_package(Boost 1.68 REQUIRED COMPONENTS thread date_time system filesystem program_options regex random process )
find_package(Boost 1.68 REQUIRED COMPONENTS thread date_time system filesystem program_options regex random )

if( USE_REL_ACT_TOOL )
find_package( Eigen3 3.4 REQUIRED NO_MODULE )
Expand Down

0 comments on commit fd83c82

Please sign in to comment.