Skip to content

Commit

Permalink
Missed include
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 10, 2024
1 parent 9835540 commit 1eeb185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

name: Windows 11

on: [push]
# on: [push]

# on:
# release:
# types: [created]
on:
release:
types: [created]

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions c++lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1eeb185

Please sign in to comment.