Skip to content

Commit

Permalink
fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 18, 2024
1 parent cd17ea9 commit 9e068be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
cmake .. -DENABLE_TESTS=ON \
-DENABLE_EXAMPLES=ON \
-DENABLE_MPI=ON \
-DENABLE_FLOCK=ON \
-DENABLE_PYTHON=ON \
-DCMAKE_BUILD_TYPE=Debug
make
Expand All @@ -61,6 +62,7 @@ jobs:
cmake .. -DENABLE_COVERAGE=ON \
-DENABLE_TESTS=ON \
-DENABLE_EXAMPLES=ON \
-DENABLE_FLOCK=ON \
-DENABLE_MPI=ON \
-DENABLE_PYTHON=ON \
-DCMAKE_BUILD_TYPE=Debug
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ find_package (spdlog REQUIRED)
find_package (fmt REQUIRED)
# search for toml11
find_package (toml11 REQUIRED)
# search for abt-io
# search for flock
if (ENABLE_FLOCK)
find_package (flock REQUIRED)
add_definitions (-DENABLE_FLOCK)
Expand Down

0 comments on commit 9e068be

Please sign in to comment.