We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b668d commit fd83c82Copy full SHA for fd83c82
CMakeLists.txt
@@ -236,7 +236,7 @@ if( InterSpec_FETCH_DEPENDENCIES )
236
else( InterSpec_FETCH_DEPENDENCIES )
237
set(Boost_USE_STATIC_LIBS ON)
238
set(Boost_USE_MULTITHREADED ON)
239
- 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 )
240
241
if( USE_REL_ACT_TOOL )
242
find_package( Eigen3 3.4 REQUIRED NO_MODULE )
0 commit comments