mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 23:51:38 +01: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.