fish-shell/cmake
Mahmoud Al-Qudsi 7af0cad23d Fall back to CMake's pkg-config-based search for curses
CMake seems to have trouble finding libraries from multiarch packages
that do not have the compatibility symlink installed to the
arch-independent library directory. Users must either manually supply
the path to the library in question via command-line parameters or we
can fall back to CMake's alternate method of finding packages based off
of pkg-config rather than using the hard-coded `FindCurses` CMake module
specific to the CMake version/distribution installed.
2019-01-02 18:38:55 -06:00
..
CheckIncludeFiles.cmake cmake: update CheckIncludeFiles to enable C++ checks 2017-11-17 16:21:56 +08:00
ConfigureChecks.cmake Fall back to CMake's pkg-config-based search for curses 2019-01-02 18:38:55 -06:00
Docs.cmake [cmake] support prebuilt documentation in out-of-tree builds 2018-03-24 22:38:38 +08:00
gettext.cmake [cmake] fix installation of translations 2018-01-22 14:30:36 +08:00
Install.cmake Build system: add extra sysconf directories 2018-11-04 21:14:06 +08:00
PCRE2.cmake pcre2: move to PCRE2 10.32 2018-12-29 22:54:40 +08:00
Tests.cmake Teach cmake to run expect tests 2018-07-21 15:43:31 -07:00
Version.cmake git_version_gen: add support for out-of-tree tarballs 2018-08-28 23:10:24 +08:00