Skip to content

Commit 4bce638

Browse files
committed
Merge two install calls in CMakeLists.txt
They install into the same place.
1 parent b4c951e commit 4bce638

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

symengine/lib/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ install(FILES __init__.py
3232
${CMAKE_CURRENT_BINARY_DIR}/config.pxi
3333
symengine.pxd
3434
symengine_wrapper.pxd
35-
DESTINATION ${PY_PATH}
36-
)
37-
38-
install(FILES
3935
pywrapper.h
40-
DESTINATION ${PYTHON_INSTALL_PATH}/symengine/lib
36+
DESTINATION ${PY_PATH}
4137
)

0 commit comments

Comments
 (0)