Skip to content

Commit 8eb509d

Browse files
author
Kasper Peeters
committed
Ensure that we install cadabra2-cli
1 parent 8e1eb68 commit 8eb509d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,9 @@ if(WIN32)
458458
execute_process(COMMAND cygpath -m "/ucrt64/lib/python3.11" OUTPUT_VARIABLE WINPYTHON OUTPUT_STRIP_TRAILING_WHITESPACE)
459459
file(INSTALL ${WINPYTHON} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
460460
]])
461-
#file(INSTALL ${Python_SITELIB}/setuptools DESTINATION lib/python3.11/site-packages/)
462-
#file(INSTALL ${Python_STDARCH}/* DESTINATION lib/python3.11/)
463-
else()
464-
install(TARGETS cadabra2-cli DESTINATION ${CDB_BIN_PATH})
465461
endif()
462+
463+
install(TARGETS cadabra2-cli DESTINATION ${CDB_BIN_PATH})
466464
install(TARGETS cdb-nbtool DESTINATION ${CDB_BIN_PATH})
467465

468466
install(

0 commit comments

Comments
 (0)