fix(eppp): Example to use iperf component from the registry

This commit is contained in:
David Cermak
2024-04-26 11:32:46 +02:00
parent d0c17ef0d5
commit bd6b66d9d1
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# The following four lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/iperf)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)