From 14e9cc628e8df0e91dbcc2055feeb22952cb746a Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Sun, 18 Jan 2026 00:21:24 -0600 Subject: [PATCH] Add 'tensorwrapper' to pybind11 test submodules --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04664c7..6713c36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ if("${BUILD_TESTING}") # N.B. these are no-ops if BUILD_PYBIND11_PYBINDINGS is not turned on nwx_pybind11_tests( py_simde "${PYTHON_TEST_DIR}/unit_tests/test_simde.py" - SUBMODULES pluginplay chemist parallelzone + SUBMODULES pluginplay chemist tensorwrapper parallelzone ) endif()