Skip to content

fix broken esp-rainmaker in cmakelists.txt #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try all 3 combinations because why not
  • Loading branch information
brandonros authored Apr 20, 2021
commit 67ea4cd1b81cf9123c1d0d5374d3d08cc8f6ff0e
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.5)

if(IDF_TARGET STREQUAL "esp32")
set(EXTRA_COMPONENT_DIRS ${CMAKE_SOURCE_DIR}/../esp-rainmaker/components ${CMAKE_SOURCE_DIR}/../esp-rainmaker/examples/common)
set(EXTRA_COMPONENT_DIRS ${CMAKE_SOURCE_DIR}/components/esp-rainmaker/components ${CMAKE_SOURCE_DIR}/../esp-rainmaker/components ${CMAKE_SOURCE_DIR}/../esp-rainmaker/examples/common)
endif()

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
Expand Down