Skip to content

Commit

Permalink
Merge pull request #16 from JohanMabille/ci
Browse files Browse the repository at this point in the history
Fixes the ci
  • Loading branch information
JohanMabille authored Jun 7, 2024
2 parents 3ed27a2 + a55d1e2 commit 665d73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cmake .. \
-D CMAKE_PREFIX_PATH=$CONDA_PREFIX \
-D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
-D XVEHA_BUILD_TESTS=ON
-D XVEGA_BUILD_TESTS=ON
working-directory: build

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ find_package(xvega REQUIRED)
set(XVEGA_BINDINGS_HEADERS
${XVEGA_BINDINGS_INCLUDE_DIR}/xvega-bindings/utils.hpp
${XVEGA_BINDINGS_INCLUDE_DIR}/xvega-bindings/xvega_bindings.hpp
${XVEGA_BINDINGS_INCLUDE_DIR}/xvega-bindings/xvega_bindigs_config.hpp
${XVEGA_BINDINGS_INCLUDE_DIR}/xvega-bindings/xvega_bindings_config.hpp
)

add_library(xvega-bindings INTERFACE)
Expand Down

0 comments on commit 665d73e

Please sign in to comment.