Skip to content

Commit 0cf5956

Browse files
committed
[Minuit2] Fix standalone Minuit2 CMakeLists.txt
1 parent 2864b70 commit 0cf5956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: math/minuit2/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ set(MINUIT2_HEADERS
5959
MnLineSearch.h
6060
MnMachinePrecision.h
6161
MnMatrix.h
62-
MnMatrix.h
6362
MnMatrixfwd.h
6463
MnMigrad.h
6564
MnMinimize.h
@@ -128,6 +127,7 @@ set(MINUIT2_SOURCES
128127
MnGlobalCorrelationCoeff.cxx
129128
MnHesse.cxx
130129
MnLineSearch.cxx
130+
MnMatrix.cxx
131131
MnMachinePrecision.cxx
132132
MnMinos.cxx
133133
MnParabolaFactory.cxx

0 commit comments

Comments
 (0)