Skip to content

Commit

Permalink
Make cint_config.h private
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Aug 7, 2024
1 parent 810f0b2 commit 7549714
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ configure_file(
"${PROJECT_SOURCE_DIR}/include/cint.h.in"
"${PROJECT_BINARY_DIR}/include/cint.h")

configure_file(
"${PROJECT_SOURCE_DIR}/include/cint_funcs.h"
"${PROJECT_BINARY_DIR}/include/cint_funcs.h" COPYONLY)


set(cintSrc
src/c2f.c src/cart2sph.c src/cint1e.c src/cint2e.c src/cint_bas.c
src/fblas.c src/g1e.c src/g2e.c src/misc.c src/optimizer.c
Expand Down

0 comments on commit 7549714

Please sign in to comment.