summaryrefslogtreecommitdiffstats
path: root/Source/Checks/Curses.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+6
| | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* Fix misc. typosluz.paz2018-06-041-1/+1
| | | | Found via `codespell` and `grep`
* ccmake: Check for curses more robustly before enablingBrad King2018-03-211-0/+41
Compute a default for `BUILD_CursesDialog` by building a small test project that uses curses. Disable `ccmake` by default if it fails, and do not search for Curses as part of the main build. This avoids creating FindCurses cache entries when we are not considering ccmake. If `BUILD_CursesDialog` is enabled (e.g. by the user) then warn if curses cannot be found.