--- swipl-9.2.9/cmake/Dependencies.cmake.orig +++ swipl-9.2.9/cmake/Dependencies.cmake @@ -2,9 +2,6 @@ if(USE_GMP) find_package(GMP) endif() -if(UNIX AND NOT EMSCRIPTEN) - find_package(Curses) -endif() if(USE_TCMALLOC) find_package(LibTCMalloc) endif()