Skip to content

Commit bc3e0f0

Browse files
committed
cmake: update defaults
1 parent a3d8f11 commit bc3e0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
set(ENV{IDF_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/esp-idf)
3+
set(SUPPORTED_TARGETS esp32)
44
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
55
project(bluetooth_speaker)

0 commit comments

Comments
 (0)