examples, components: remove C/C++ standard overrides

...where they are not necessary after switching to C17 and C++20.
This commit is contained in:
Ivan Grokhotkov
2022-06-03 12:50:15 +02:00
committed by Euripedes Rocha
parent 7b2470ddd6
commit 2865255ec0
3 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,2 @@
idf_component_register(SRCS "mqtt_ssl_example.cpp"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-std=gnu++17")