We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e85bd commit d74c296Copy full SHA for d74c296
components/mdns/examples/CMakeLists.txt
@@ -2,7 +2,7 @@
2
# in this exact order for cmake to work correctly
3
cmake_minimum_required(VERSION 3.5)
4
5
-set(EXTRA_COMPONENT_DIRS "../..")
+set(EXTRA_COMPONENT_DIRS "..")
6
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
list(APPEND EXTRA_COMPONENT_DIRS "../../../common_components/protocol_examples_common")
8
0 commit comments