From 1eeb1853295bec69d40627fdace0504c90c5016c Mon Sep 17 00:00:00 2001 From: Kasper Peeters Date: Tue, 10 Dec 2024 21:56:18 +0000 Subject: [PATCH] Missed include --- .github/workflows/windows.yml | 8 ++++---- c++lib/CMakeLists.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9100b7b0f2..bf1ceb465f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,11 +4,11 @@ name: Windows 11 -on: [push] +# on: [push] -# on: -# release: -# types: [created] +on: + release: + types: [created] defaults: run: diff --git a/c++lib/CMakeLists.txt b/c++lib/CMakeLists.txt index e33c862591..9787b0276b 100644 --- a/c++lib/CMakeLists.txt +++ b/c++lib/CMakeLists.txt @@ -289,6 +289,7 @@ file(APPEND "${CMAKE_BINARY_DIR}/include/cadabra2++.hh" "\n//Helper functions\n$ set(LIB_INCLUDE_DIRS "." "${CADABRA_CORE_DIR}" + "${CADABRA_LIBS_DIR}/pybind11/include" "${CADABRA_LIBS_DIR}/internal/include" "${CADABRA_LIBS_DIR}/dbg" ${Python_INCLUDE_DIRS}