Skip to content
Snippets Groups Projects
Commit 75b99177 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[cmake] Exclude iphreeqc from clang-tidy checks.

parent ada2e8c6
No related branches found
No related tags found
No related merge requests found
......@@ -98,3 +98,6 @@ target_include_directories(iphreeqc PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp/PhreeqcKeywords
)
set_target_properties(iphreeqc PROPERTIES CXX_STANDARD 14)
# Exclude iphreeqc target from clang-tidy tests because it handles the above
# mentioned 'src/src/Var.c' file as c, not c++.
set_target_properties(iphreeqc PROPERTIES CXX_CLANG_TIDY "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment