Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ccmake: Update minimum required version of CMake for curses check | Brad King | 2023-03-01 | 1 | -4/+1 |
| | | | | | This should have been part of commit d6b811fb82 (Require CMake 3.13+ to configure CMake itself, 2022-02-22, v3.24.0-rc1~605^2~1). | ||||
* | ccmake: Check for curses more robustly before enabling | Brad King | 2018-03-21 | 1 | -0/+25 |
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. |