Skip to content

Commit

Permalink
fix: install abacus to /usr/local/bin/. (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiaokuang committed Nov 2, 2022
1 parent 3239b99 commit ce0662f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ if(ENABLE_LCAO)
)
endif()

install(PROGRAMS ${ABACUS_BIN_PATH}
TYPE BIN
#DESTINATION ${CMAKE_INSTALL_BINDIR}
)

if(ENABLE_COVERAGE)
coverage_evaluate()
endif()

0 comments on commit ce0662f

Please sign in to comment.