refactor: Update C++ standard to c++20 in IPhreeqcPOET target

This commit is contained in:
Max Lübke 2024-09-10 09:11:28 +02:00
parent 1f586f1748
commit e36b97d9ae

View File

@ -9,4 +9,4 @@ target_include_directories(IPhreeqcPOET PUBLIC
PRIVATE src)
# Set C++23 standard
target_compile_features(IPhreeqcPOET PUBLIC cxx_std_23)
target_compile_features(IPhreeqcPOET PUBLIC cxx_std_20)