diff --git a/CMakeLists.txt b/CMakeLists.txt index 930d94e6aec..7f3b3e7d2e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ find_package(ROOT REQUIRED COMPONENTS MathMore RooFitCore RooFit RooStats HistFa find_package(Eigen3 REQUIRED) find_package(Vdt) find_package(LCG QUIET) # only used for FindBoost in StatAnalysis -find_package( Boost REQUIRED COMPONENTS program_options filesystem ) +find_package(Boost REQUIRED COMPONENTS program_options filesystem) message(STATUS "Using ROOT From: ${ROOT_INCLUDE_DIRS}") include(${ROOT_USE_FILE})