diff --git a/Framework/WorkflowAlgorithms/CMakeLists.txt b/Framework/WorkflowAlgorithms/CMakeLists.txt index f66c05ab86939eba256638dfbed692493b62879e..865c91888f357b1a0ca0ed1bd1063db29a50e23e 100644 --- a/Framework/WorkflowAlgorithms/CMakeLists.txt +++ b/Framework/WorkflowAlgorithms/CMakeLists.txt @@ -34,7 +34,7 @@ set ( SRC_FILES src/SANSSensitivityCorrection.cpp src/SANSSolidAngleCorrection.cpp src/SetupEQSANSReduction.cpp - src/SetupHFIRReduction.cpp + src/SetupHFIRReduction.cpp src/StepScan.cpp src/WorkflowAlgorithmHelpers.cpp ) @@ -78,7 +78,7 @@ set ( INC_FILES inc/MantidWorkflowAlgorithms/SANSSensitivityCorrection.h inc/MantidWorkflowAlgorithms/SANSSolidAngleCorrection.h inc/MantidWorkflowAlgorithms/SetupEQSANSReduction.h - inc/MantidWorkflowAlgorithms/SetupHFIRReduction.h + inc/MantidWorkflowAlgorithms/SetupHFIRReduction.h inc/MantidWorkflowAlgorithms/StepScan.h inc/MantidWorkflowAlgorithms/WorkflowAlgorithmHelpers.h )