Skip to content

Commit 173a0ec

Browse files
committed
Fix for deleted subdirectory
1 parent 285b903 commit 173a0ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

symengine/lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set(SRC
66
configure_file(config.pxi.in config.pxi)
77

88
include_directories(BEFORE ${python_wrapper_BINARY_DIR}/symengine/lib)
9-
add_subdirectory(symengine)
109

1110
cython_add_module_pyx(symengine_wrapper symengine.pxd)
1211
add_python_library(symengine_wrapper ${SRC})

0 commit comments

Comments
 (0)