aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: fix path checks in chipdb build scripts.whitequark2020-07-011-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).whitequark2020-06-251-1/+1
|
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-0/+90