From a60df078439a9eb1f7288cd5b227c5d2ba8c3f35 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 5 Jun 2020 10:13:54 +0200 Subject: [PATCH] [CMake] Remove explicit C++14 standard on iphreeqc. --- ThirdParty/iphreeqc/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ThirdParty/iphreeqc/CMakeLists.txt b/ThirdParty/iphreeqc/CMakeLists.txt index 0c27927e060..7b1e61d53c4 100644 --- a/ThirdParty/iphreeqc/CMakeLists.txt +++ b/ThirdParty/iphreeqc/CMakeLists.txt @@ -99,7 +99,6 @@ target_include_directories(iphreeqc BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/src/src ${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 # mentioned 'src/src/Var.c' file as c, not c++. set_target_properties(iphreeqc PROPERTIES CXX_CLANG_TIDY "") -- GitLab