diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-28 21:51:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-28 21:51:50 (GMT) |
commit | a58b87378db8023245b8117f37972270e785cf6e (patch) | |
tree | a2be9fa2576977529c0e8b5949ceaf20191534d3 /CMakeLists.txt | |
parent | 6972cdf9e9ca78f9031bd419f48c270bd67c8a71 (diff) | |
download | CMake-a58b87378db8023245b8117f37972270e785cf6e.zip CMake-a58b87378db8023245b8117f37972270e785cf6e.tar.gz CMake-a58b87378db8023245b8117f37972270e785cf6e.tar.bz2 |
ENH: Enable Command Line Arguments
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5507ee3..1cd435a 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) |