Skip to content

Commit e8917c2

Browse files
committed
[Minuit2] Fix standalone Minuit2 CMakeLists.txt
1 parent 962f80a commit e8917c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -126,6 +125,7 @@ set(MINUIT2_SOURCES
126125
MnGlobalCorrelationCoeff.cxx
127126
MnHesse.cxx
128127
MnLineSearch.cxx
128+
MnMatrix.cxx
129129
MnMachinePrecision.cxx
130130
MnMinos.cxx
131131
MnParabolaFactory.cxx

0 commit comments

Comments
 (0)