summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-07 20:25:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-07 20:25:49 (GMT)
commit81b5c3b34d9420c91c2269e33bb991e705cd8d4e (patch)
treeab191ab400adb78b955d2abc9df66cbaa7da191f /Source/CMakeLists.txt
parent1de2bba717076e9a74466edabc0eac3aeb8a185d (diff)
downloadCMake-81b5c3b34d9420c91c2269e33bb991e705cd8d4e.zip
CMake-81b5c3b34d9420c91c2269e33bb991e705cd8d4e.tar.gz
CMake-81b5c3b34d9420c91c2269e33bb991e705cd8d4e.tar.bz2
ENH: Fix dependencies for curses dialog
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 342689b..35de882 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -134,7 +134,6 @@ ENDIF(CMAKE_BUILD_WITH_CURL)
IF (UNIX)
INCLUDE (${CMake_SOURCE_DIR}/Modules/FindCurses.cmake OPTIONAL)
IF (CURSES_LIBRARY)
- SUBDIRS(CursesDialog/form)
INCLUDE(${CMake_SOURCE_DIR}/Source/CursesDialog/CMakeLists.txt)
ENDIF (CURSES_LIBRARY)
ENDIF (UNIX)