Skip to content

Commit 79598ee

Browse files
committed
Update CMakeLists.txt
Removes RainMaker and replaces "all" to get it working with WSL Ubuntu
1 parent c39e942 commit 79598ee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker)
6-
set(INSIGHTS_PATH ${RMAKER_PATH}/components/esp-insights)
7-
8-
set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components)
9-
105
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
116
project(arduino-lib-builder)
127

@@ -15,7 +10,7 @@ idf_build_get_property(elf EXECUTABLE GENERATOR_EXPRESSION)
1510
add_custom_command(
1611
OUTPUT "idf_libs"
1712
COMMAND ${CMAKE_SOURCE_DIR}/tools/copy-libs.sh ${IDF_TARGET} "${CONFIG_LIB_BUILDER_FLASHMODE}" "${CONFIG_SPIRAM_MODE_OCT}" "${CONFIG_IDF_TARGET_ARCH_XTENSA}"
18-
DEPENDS all
13+
DEPENDS ${elf}
1914
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
2015
VERBATIM
2116
)

0 commit comments

Comments
 (0)