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 c663789 commit bc43ae5Copy full SHA for bc43ae5
toolchain/arduino-cli-toolchain.cmake
@@ -646,7 +646,7 @@ function(__arduino_collect_source_files OUTPUT_VARIABLE DIRECTORY) # [DIRECTORY.
646
list(APPEND _glob_pattern_list
647
"${_dirpath}/*.[cC]"
648
"${_dirpath}/*.[cC][cC]"
649
- "${_dirpath}/*.[cC][pP][pP]"
+ "${_dirpath}/*.[cCiItT][pP][pP]"
650
"${_dirpath}/*.[cC][xX][xX]"
651
"${_dirpath}/*.[hH]"
652
"${_dirpath}/*.[hH][hH]"
0 commit comments