Skip to content

Commit 64cd255

Browse files
committed
Fix cmake files
1 parent 3559847 commit 64cd255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cas/src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ set(CAS_SRC_HEADERS
6969
../include/cas/node/IMath.h
7070
../include/cas/latex/LatexRenderer.h
7171
../include/cas/data/ExpressionParser.h
72-
../include/cas/data/VariableMap.h
73-
../include/cas/plot/Surface.h)
72+
../include/cas/data/VariableMap.h)
7473

7574
set(CAS_SRC_SOURCES
7675
core/node/Const.cpp

0 commit comments

Comments
 (0)