summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-06-30 00:30:18 (GMT)
committerBrad King <brad.king@kitware.com>2003-06-30 00:30:18 (GMT)
commit823c073052644fc05e70edf6122e88704cca5136 (patch)
treee62258e8726321942f3dc5fd38b71d869c994743
parent965b44cdd578acd870866f354507fe2d389b127b (diff)
downloadCMake-823c073052644fc05e70edf6122e88704cca5136.zip
CMake-823c073052644fc05e70edf6122e88704cca5136.tar.gz
CMake-823c073052644fc05e70edf6122e88704cca5136.tar.bz2
ENH: Enabling build of kwsys's Process class. This will be needed for ctest.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f30933b..a922fdb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,7 @@ SET(KWSYS_NAMESPACE cmsys)
SET(KWSYS_USE_SystemTools 1)
SET(KWSYS_USE_Directory 1)
SET(KWSYS_USE_RegularExpression 1)
+SET(KWSYS_USE_Process 1)
SET(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
SUBDIRS(Source/kwsys)