Skip to content

Commit c3d89d4

Browse files
committed
fix install
1 parent 2315247 commit c3d89d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install(TARGETS symengine_wrapper
6060
)
6161
install(FILES
6262
symengine.pxd
63-
symengine_wrapper.pxd
63+
${CMAKE_CURRENT_BINARY_DIR}/symengine_wrapper.pxd
6464
pywrapper.h
6565
DESTINATION ${PY_PATH}
6666
)

0 commit comments

Comments
 (0)