summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-17 10:35:32 -0500
committerBrad King <brad.king@kitware.com>2008-01-17 10:35:32 -0500
commitc6a7d55127c1a107b477f6a9d4dcf37ef2afb40b (patch)
tree03d9489715724e6a8a9334f5a483fb3265cb6ace /bootstrap
parent5ef98132dd2f85d7f643470ab5fbfa6c1fa8f665 (diff)
downloadcmake-c6a7d55127c1a107b477f6a9d4dcf37ef2afb40b.tar.gz
COMP: The find_package command needs more of kwsys. Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index d8a2305afb..c0184b6d45 100755
--- a/bootstrap
+++ b/bootstrap
@@ -184,6 +184,7 @@ CMAKE_C_SOURCES="\
if ${cmake_system_mingw}; then
KWSYS_C_SOURCES="\
ProcessWin32 \
+ String \
System"
KWSYS_C_MINGW_SOURCES="\
ProcessFwd9x \
@@ -193,6 +194,7 @@ if ${cmake_system_mingw}; then
else
KWSYS_C_SOURCES="\
ProcessUNIX \
+ String \
System"
KWSYS_C_MINGW_SOURCES=""
KWSYS_C_GENERATED_SOURCES=""
@@ -205,10 +207,12 @@ KWSYS_CXX_SOURCES="\
SystemTools"
KWSYS_FILES="\
+ auto_ptr.hxx \
Directory.hxx \
Glob.hxx \
Process.h \
RegularExpression.hxx \
+ String.h \
String.hxx \
System.h \
SystemTools.hxx"