Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: fix Windows-ism in status message | whitequark | 2020-08-26 | 1 | -1/+1 |
| | |||||
* | Fix MESSAGE indicating where externally-built .bbas live. | William D. Jones | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | CMake: fix path checks in chipdb build scripts. | whitequark | 2020-07-01 | 1 | -1/+1 |
| | | | | | | | `if(NOT DEFINED)` is not appropriate since a variable that contains `-NOTFOUND` still counts as `DEFINED`. This can cause issues if configuration fails, writes `-NOTFOUND` to the cache, and is then restarted. | ||||
* | CMake: require at least version 3.5 (Ubuntu 16.04). | whitequark | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | CMake: rewrite chipdb handling from ground up. | whitequark | 2020-06-25 | 1 | -0/+90 |