Skip to content

Commit d74c296

Browse files
committed
fix(mdns): Example makefile to add only mdns as extra comps
1 parent c4e85bd commit d74c296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdns/examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
set(EXTRA_COMPONENT_DIRS "../..")
5+
set(EXTRA_COMPONENT_DIRS "..")
66
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
77
list(APPEND EXTRA_COMPONENT_DIRS "../../../common_components/protocol_examples_common")
88

0 commit comments

Comments
 (0)