Skip to content

Commit

Permalink
fix stray text
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 11, 2024
1 parent b53ad94 commit 8906166
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions IDE/Espressif/ESP-IDF/examples/wolfssl_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
Begin project ${CMAKE_PROJECT_NAME}")
message(STATUS "Begin project ${CMAKE_PROJECT_NAME}")

cmake_minimum_required(VERSION 3.16)

# The wolfSSL CMake file should be able to find the source code.
Expand Down Expand Up @@ -96,6 +97,6 @@ if(0)
endif()
endif()
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
wifi_show_ip
message(STATUS "end include")
project(wolfssl_server)
message(STATUS "end project")

0 comments on commit 8906166

Please sign in to comment.