Loading
CMakeLists.txt: Only set CMAKE_CXX_STANDARD conditionally to C++17
We now need to compile with C++17 as cppTango main requires that since 99bd6358 (Merge branch 'move-to-cpp17' into 'main', 2023-12-11). While fixing that we also use the better approach in allowing users to use more recent CXX standard versions.