summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-24 16:15:09 (GMT)
committerBrad King <brad.king@kitware.com>2006-04-24 16:15:09 (GMT)
commitb9e03e0a1c3f8916942715225cd0b9e5b7919348 (patch)
tree2a9034b697714555935231084e5e8b540be57cfb /Source
parentc9cd47dedabd142c97fa6219375f91712628b501 (diff)
downloadCMake-b9e03e0a1c3f8916942715225cd0b9e5b7919348.zip
CMake-b9e03e0a1c3f8916942715225cd0b9e5b7919348.tar.gz
CMake-b9e03e0a1c3f8916942715225cd0b9e5b7919348.tar.bz2
ENH: Enabling build/test of Terminal code now that it has been manually tested on several platforms.
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt
index 3081048..2269db0 100644
--- a/Source/kwsys/CMakeLists.txt
+++ b/Source/kwsys/CMakeLists.txt
@@ -94,7 +94,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
SET(KWSYS_USE_SystemTools 1)
SET(KWSYS_USE_CommandLineArguments 1)
SET(KWSYS_USE_FundamentalType 1)
- #SET(KWSYS_USE_Terminal 1)
+ SET(KWSYS_USE_Terminal 1)
ENDIF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
#-----------------------------------------------------------------------------
@@ -635,7 +635,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
FOREACH(test
testProcess
testFail
- # testTerminal
+ testTerminal
)
ADD_EXECUTABLE(${test} ${test}.c)
TARGET_LINK_LIBRARIES(${test} ${KWSYS_NAMESPACE}_c)