Skip to content

Commit 6c6680d

Browse files
committed
optional pybind11 dep
1 parent e71357a commit 6c6680d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ endif()
6868

6969
list(APPEND TAMM_DEPENDENCIES GlobalArrays) #BLAS LAPACK
7070

71+
if(TAMM_ENABLE_PYTHON)
72+
list(APPEND TAMM_DEPENDENCIES pybind11)
73+
endif()
74+
7175
# Libint2, GauXC, FCI
7276
if(DEFINED MODULES AND (NOT "${MODULES}" STREQUAL ""))
7377
list(TRANSFORM MODULES TOUPPER)

0 commit comments

Comments
 (0)