Skip to content

Commit 5ff153a

Browse files
committed
Fix cmake failure
1 parent 5464046 commit 5ff153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cas/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ set(CAS_SRC_SOURCES
117117
core/data/VariableMap.cpp
118118
core/latex/LatexRenderer.cpp
119119
core/plot/Function.cpp
120-
core/data/ExpressionParser.cpp core/plot/Surface.cpp)
120+
core/data/ExpressionParser.cpp)
121121

122122
add_library(${PROJECT_NAME} ${CAS_SRC_HEADERS} ${CAS_SRC_SOURCES})
123123
target_include_directories(${PROJECT_NAME} PUBLIC ../include)

0 commit comments

Comments
 (0)