Skip to content

Commit fd83c82

Browse files
committed
Fix requireing Boost::process in wrong place
1 parent 82b668d commit fd83c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ if( InterSpec_FETCH_DEPENDENCIES )
236236
else( InterSpec_FETCH_DEPENDENCIES )
237237
set(Boost_USE_STATIC_LIBS ON)
238238
set(Boost_USE_MULTITHREADED ON)
239-
find_package(Boost 1.68 REQUIRED COMPONENTS thread date_time system filesystem program_options regex random process )
239+
find_package(Boost 1.68 REQUIRED COMPONENTS thread date_time system filesystem program_options regex random )
240240

241241
if( USE_REL_ACT_TOOL )
242242
find_package( Eigen3 3.4 REQUIRED NO_MODULE )

0 commit comments

Comments
 (0)