[Cmake-commits] [cmake-commits] hoffman committed FindCurses.cmake 1.13 1.14
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Apr 30 15:53:35 EDT 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv24255
Modified Files:
FindCurses.cmake
Log Message:
BUG: remove typo
Index: FindCurses.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCurses.cmake,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** FindCurses.cmake 30 Apr 2008 19:42:48 -0000 1.13
--- FindCurses.cmake 30 Apr 2008 19:53:33 -0000 1.14
***************
*** 71,75 ****
SET(CURSES_INCLUDE_PATH "${CURSES_NCURSES_INCLUDE_PATH}")
! SET(FORCE_ARG "");
IF("${CURSES_LIBRARY}" STREQUAL "CURSES_LIBRARY-NOTFOUND")
SET(FORCE_ARG "FORCE")
--- 71,75 ----
SET(CURSES_INCLUDE_PATH "${CURSES_NCURSES_INCLUDE_PATH}")
! SET(FORCE_ARG "")
IF("${CURSES_LIBRARY}" STREQUAL "CURSES_LIBRARY-NOTFOUND")
SET(FORCE_ARG "FORCE")
More information about the Cmake-commits
mailing list