Skip to content

Commit

Permalink
Add clang-tidy dependency on Libsharp
Browse files Browse the repository at this point in the history
Needs the installed headers.
  • Loading branch information
wthrowe committed Jan 27, 2025
1 parent f2c6c54 commit e39f436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
-D BUILD_PYTHON_BINDINGS=ON
$GITHUB_WORKSPACE
make -j4 module_All
make -j4 module_All Libsharp-external
- name: Check clang-tidy
run: >
UPSTREAM_HASH=$(git merge-base HEAD upstream/develop)
Expand Down
1 change: 1 addition & 0 deletions cmake/SetupClangTidy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if (CLANG_TIDY_BIN)
message(STATUS "clang-tidy: ${CLANG_TIDY_BIN}")
set(MODULES_TO_DEPEND_ON
module_All
Libsharp
)
if (TARGET SpectrePch)
list(APPEND MODULES_TO_DEPEND_ON SpectrePch)
Expand Down

0 comments on commit e39f436

Please sign in to comment.