diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-11-05 16:52:27 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-11-05 16:52:27 (GMT) |
commit | c09d072be3726ed3727d2154cfd031772d01ecf6 (patch) | |
tree | c598d4155f60ca0e6dd41ac1643e9e19ff6aa449 /Source/CMakeLists.txt | |
parent | 830bb67caf3e0488632a0c94f347911154c33c5d (diff) | |
download | CMake-c09d072be3726ed3727d2154cfd031772d01ecf6.zip CMake-c09d072be3726ed3727d2154cfd031772d01ecf6.tar.gz CMake-c09d072be3726ed3727d2154cfd031772d01ecf6.tar.bz2 |
Fixing problems on Sun (name collusions between STL and curses) and disabling curses temporarily.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 1447966..944197e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -46,12 +46,12 @@ IF (WIN32) ENDIF(NOT UNIX) ENDIF (WIN32) -IF (UNIX) - INCLUDE (${CMAKE_ROOT}/Modules/FindCurses.cmake) - IF (CURSES_LIBRARY AND FORM_LIBRARY) - SUBDIRS(CursesDialog) - ENDIF (CURSES_LIBRARY AND FORM_LIBRARY) -ENDIF (UNIX) +#IF (UNIX) +# INCLUDE (${CMAKE_ROOT}/Modules/FindCurses.cmake) +# IF (CURSES_LIBRARY) +# SUBDIRS(CursesDialog) +# ENDIF (CURSES_LIBRARY) +#ENDIF (UNIX) SOURCE_FILES(SRCS cmUnixMakefileGenerator.cxx) |