Skip to content

Commit 0b102f6

Browse files
committed
mdns: Fix test_app build
1 parent 06e7baf commit 0b102f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdns/tests/test_apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
44

55
# (Not part of the boilerplate)
66
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7-
set(EXTRA_COMPONENT_DIRS "../../../../common_components/protocol_examples_common")
7+
set(EXTRA_COMPONENT_DIRS ../../ ../../../../common_components/protocol_examples_common)
88

99
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
1010

0 commit comments

Comments
 (0)