Skip to content

Commit 36c1cd8

Browse files
committed
Removed Ellipsoid from the build for now
1 parent 21ff8a6 commit 36c1cd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Math/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Math/CMakeLists.txt
2-
add_library(Math src/Ellipsoid.cpp
3-
src/MathFunctions.cpp
2+
add_library(Math src/MathFunctions.cpp
43
src/Polynomial.cpp
54
src/SkewSymmetric.cpp
65
src/Spline.cpp

0 commit comments

Comments
 (0)