On 11/22/2011 09:28 AM, Mikhail Artemiev wrote: > I don't see a BUILD_CursesDialog entry in my CMakeCache.txt file.But a > CURSES_NCURSES_LIBRARY entry exists, and it point to > /usr/lib/libncurses.so (which exists too).When I try to add a string > BUILD_CursesDialog:BOOL=ON intoCMakeCache.txt by hand and then remake > the project,CMakeCache.txt reloads, deleting my string.Mikhail
In your bootstrap log, do you see something like the following? Curses libraries were not found. Curses GUI for CMake will not be built. Michael -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
