Warning, /office/kmymoney/3rdparty/ext_ncurses/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ExternalProject_Add(
0002   ext_ncurses
0003   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0004   URL https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz
0005   URL_MD5 98c889aaf8d23910d2b92d65be2e737a
0006 
0007   CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=${EXT_INSTALL_DIR} --enable-overwrite --enable-pc-files --without-tests --with-shared --with-cxx-shared --without-ada --with-pkg-config-libdir=${EXT_INSTALL_DIR}/lib/pkgconfig
0008   BUILD_COMMAND $(MAKE)
0009   INSTALL_COMMAND $(MAKE) install
0010 )