Skip to content

Commit fe7cee8

Browse files
baixiaokuangdyzheng
authored andcommitted
fix: install abacus to /usr/local/bin/. (#1468)
1 parent 86b09ea commit fe7cee8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@ if(ENABLE_LCAO)
411411
)
412412
endif()
413413

414+
install(PROGRAMS ${ABACUS_BIN_PATH}
415+
TYPE BIN
416+
#DESTINATION ${CMAKE_INSTALL_BINDIR}
417+
)
418+
414419
if(ENABLE_COVERAGE)
415420
coverage_evaluate()
416421
endif()

0 commit comments

Comments
 (0)