Skip to content
Snippets Groups Projects
Commit a60df078 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Remove explicit C++14 standard on iphreeqc.

parent 333815a7
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,6 @@ target_include_directories(iphreeqc BEFORE ...@@ -99,7 +99,6 @@ target_include_directories(iphreeqc BEFORE
${CMAKE_CURRENT_SOURCE_DIR}/src/src ${CMAKE_CURRENT_SOURCE_DIR}/src/src
${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp ${CMAKE_CURRENT_SOURCE_DIR}/src/src/phreeqcpp
) )
set_target_properties(iphreeqc PROPERTIES CXX_STANDARD 14)
# Exclude iphreeqc target from clang-tidy tests because it handles the above # Exclude iphreeqc target from clang-tidy tests because it handles the above
# mentioned 'src/src/Var.c' file as c, not c++. # mentioned 'src/src/Var.c' file as c, not c++.
set_target_properties(iphreeqc PROPERTIES CXX_CLANG_TIDY "") 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