This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Commit f1140d0
committed
Inform user of missing dependencies
Instead of failing with a cryptic error message like
```
CMake Error at /tmp/Arduino-CMake-NG/cmake/Platform/System/LinuxDistDetector.cmake:12 (string):
string no output variable specified
Call Stack (most recent call first):
/tmp/Arduino-CMake-NG/cmake/Platform/System/BuildSystemInitializer.cmake:25 (detect_host_linux_distribution)
/tmp/Arduino-CMake-NG/cmake/Platform/Arduino.cmake:34 (initialize_build_system)
/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
CMakeLists.txt:2 (project)
```
let's fail with a clean message about missing dependencies :-)1 parent 7dd18ac commit f1140d0
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments