File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 161161 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
162162 <ImportGroup Label =" ExtensionTargets" >
163163 </ImportGroup >
164+ <Target Name =" LITTLEFS_PATH_verification" Condition =" '$(LITTLEFS_PATH)' == '' " BeforeTargets =" ClCompile" >
165+ <Error Text =" Assign the path of a clone of the littlefs repository to the LITTLEFS_PATH environment variable." />
166+ </Target >
164167</Project >
Original file line number Diff line number Diff line change 330330 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
331331 <ImportGroup Label =" ExtensionTargets" >
332332 </ImportGroup >
333+ <Target Name =" LITTLEFS_PATH_verification" Condition =" '$(LITTLEFS_PATH)' == '' " BeforeTargets =" ClCompile" >
334+ <Error Text =" Assign the path of a clone of the littlefs repository to the LITTLEFS_PATH environment variable." />
335+ </Target >
333336</Project >
You can’t perform that action at this time.
0 commit comments