diff --git a/CMakeLists.txt b/CMakeLists.txt index 6775c568e..8a36de73c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,14 +20,10 @@ endif() if (CALIBRATE) - if (DEFINED ENV{ROOTSYS}) - find_package(ROOT) - if (ROOT_FOUND) - add_subdirectory(calibrationWizards) - endif() - endif() + if (DEFINED ENV{ROOTSYS}) + find_package(ROOT) + if (ROOT_FOUND) + add_subdirectory(calibrationWizards) + endif() + endif() endif(CALIBRATE) - - - -