Skip to content

Commit

Permalink
[Minuit2] Remove deleted header file reference
Browse files Browse the repository at this point in the history
`math/minuit2/inc/Minuit2/FunctionMinimizer.h` was removed in 91bb4d7
but there is still a reference to `FunctionMinimizer.h` in
`math/minuit2/src/CMakeLists.txt`. This appears to be a simple
oversight, as similar references were removed in the aforementioned
commit. This is causing the build to fail, so this removes the
reference to fix the `Cannot find source file` error.
  • Loading branch information
samford authored and guitargeek committed Nov 29, 2024
1 parent b44d8c3 commit 00ca657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion math/minuit2/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ set(MINUIT2_HEADERS
FumiliStandardChi2FCN.h
FumiliStandardMaximumLikelihoodFCN.h
FunctionGradient.h
FunctionMinimizer.h
FunctionMinimum.h
GenericFunction.h
GradientCalculator.h
Expand Down

0 comments on commit 00ca657

Please sign in to comment.