diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-21 17:54:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-21 17:54:31 (GMT) |
commit | 15d7dd9937f63e33dc98c75169d34953a222a20c (patch) | |
tree | f9a5d1889f351725d7a556583e874f9ca539b1f5 /Source/CMakeLists.txt | |
parent | bcfca6e1c1d5ca328a683eda8aa68153681f526f (diff) | |
download | CMake-15d7dd9937f63e33dc98c75169d34953a222a20c.zip CMake-15d7dd9937f63e33dc98c75169d34953a222a20c.tar.gz CMake-15d7dd9937f63e33dc98c75169d34953a222a20c.tar.bz2 |
ENH: Remove cmGlob and use glob from kwsys
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index f176751..8a309c9 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -110,7 +110,6 @@ SET(SRCS cmExprParser.cxx cmExprParserHelper.cxx cmGeneratedFileStream.cxx - cmGlob.cxx cmGlobalGenerator.cxx cmGlobalGenerator.h cmGlobalUnixMakefileGenerator3.cxx |