Skip to content

Commit

Permalink
ci: drop -16 from scanner program
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Sep 25, 2023
1 parent 81dd8c1 commit 2006ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def generate(self):
tc.variables["MP_UNITS_BUILD_LA"] = self._build_all and not self._skip_la
tc.variables["MP_UNITS_USE_LIBFMT"] = self._use_libfmt
if self._build_modules:
tc.variables["CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS"] = "/usr/bin/clang-scan-deps-16"
tc.variables["CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS"] = "/usr/bin/clang-scan-deps"
tc.variables["CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API"] = "aa1f7df0-828a-4fcd-9afc-2dc80491aca7"
tc.generate()
deps = CMakeDeps(self)
Expand Down

0 comments on commit 2006ad0

Please sign in to comment.