ENH: Enabling build/test of Terminal code now that it has been manually tested on several platforms.

This commit is contained in:
Brad King 2006-04-24 12:15:09 -04:00
parent c9cd47deda
commit b9e03e0a1c
1 changed files with 2 additions and 2 deletions

View File

@ -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)