mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-14 19:16:32 +02:00
Older CMake (< 3.8, but still supported in IDF) doesn't support target_compile_features() for cxx_std_17. If CMake doesn't know C++17 features, set it manually via comile options.