summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-28 17:51:50 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-28 17:51:50 -0400
commita58b87378db8023245b8117f37972270e785cf6e (patch)
treea2be9fa2576977529c0e8b5949ceaf20191534d3 /CMakeLists.txt
parent6972cdf9e9ca78f9031bd419f48c270bd67c8a71 (diff)
downloadcmake-a58b87378db8023245b8117f37972270e785cf6e.tar.gz
ENH: Enable Command Line Arguments
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5507ee3530..1cd435ac54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,6 +55,7 @@ SET(KWSYS_USE_Directory 1)
SET(KWSYS_USE_RegularExpression 1)
SET(KWSYS_USE_Base64 1)
SET(KWSYS_USE_Process 1)
+SET(KWSYS_USE_CommandLineArguments 1)
SET(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
SUBDIRS(Source/kwsys)