I\'m using VS 15.3, which supports integrated CMake 3.8. How can I target C++17 without writing flags for each specific compilers? My current global settings don\'t work:
when using vs2019
vs2019
set(CMAKE_CXX_STANDARD 17)