Skip to content

Commit

Permalink
Add dhtxx to external repos. (#2684)
Browse files Browse the repository at this point in the history
Also don't complain if an external directory doesn't exist. During the
first `make enable-external` it's normal that they don't exist.
  • Loading branch information
floitsch authored Jan 6, 2025
1 parent 0bc25b6 commit db92961
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ set(TOIT_REPOS
https://github.com/toitware/toit-axp192
https://github.com/toitware/toit-cert-roots
https://github.com/toitware/toit-color-tft
https://github.com/toitware/toit-dhtxx
https://github.com/toitware/toit-ds18b20
https://github.com/toitware/toit-e-paper
https://github.com/toitware/toit-font-clock
Expand Down Expand Up @@ -254,8 +255,6 @@ function(find_toit_projects directory)
# Start processing the provided directory.
if(EXISTS "${repo_path}")
process_directory("${repo_path}" "${repo_name}")
else()
message(WARNING "Directory ${repo_path} does not exist.")
endif()
endfunction()

Expand Down

0 comments on commit db92961

Please sign in to comment.