File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -711,8 +711,7 @@ function(__arduino_add_import_library NAME SOURCE_DIR) # [SOURCE_DIR...]
711711 __arduino_collect_source_files(_library_sources ${_library_directories} ) # <----- collect the library's source files
712712
713713 list (LENGTH _library_sources _source_file_count)
714- list (LENGTH _library_directories _source_dir_count)
715- message (STATUS " ${_source_file_count} source files found for ${_target} in ${_source_dir_count} directories" )
714+ message (STATUS " ${_source_file_count} source files found for ${_target} " )
716715
717716 list (JOIN _library_sources "\"\n \" " _quoted_library_sources) # <--------- prepare CMake to build out of tree
718717 list (JOIN _library_directories "\"\n \" " _quoted_library_directories)
You can’t perform that action at this time.
0 commit comments