From 322d95ed133f90d7c77fb66a5b942929f6a03c1d Mon Sep 17 00:00:00 2001 From: Sven Göthel Date: Sun, 26 May 2024 04:46:29 +0200 Subject: Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumber --- cmake/modules/clangd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/modules/clangd.in') diff --git a/cmake/modules/clangd.in b/cmake/modules/clangd.in index e6a4008..368585d 100644 --- a/cmake/modules/clangd.in +++ b/cmake/modules/clangd.in @@ -15,7 +15,7 @@ # Tell clangd to use the compile_commands.json file in the build/default folder CompileFlags: CompilationDatabase: @CMAKE_CURRENT_BINARY_DIR@ - Add: [@cipherpack_clangd_source_args@] + Add: [@cxx_clangd_flags@, @cipherpack_clangd_source_args@] Diagnostics: UnusedIncludes: Strict -- cgit v1.2.3