We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a5564 commit 7488ad4Copy full SHA for 7488ad4
toolchain/arduino-cli-toolchain.cmake
@@ -653,7 +653,7 @@ function(__arduino_add_import_library NAME SOURCE_DIR) # [SOURCE_DIR...]
653
654
list(LENGTH _library_sources _source_file_count)
655
list(LENGTH _library_directories _source_dir_count)
656
- message(STATUS "${_source_file_count} source files found for ${_target} in ${_source_dir_count} directories")
+ message(STATUS " ${_source_file_count} source files found for ${_target} in ${_source_dir_count} directories")
657
658
list(JOIN _library_sources "\"\n \"" _quoted_library_sources) # <--------- prepare CMake to build out of tree
659
list(JOIN _library_directories "\"\n \"" _quoted_library_directories)
0 commit comments