summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-12 14:31:05 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-12 14:31:05 (GMT)
commit56d4bba75979e53ab64c420f9f2af2fa179ec2cc (patch)
tree30e676bd2601752892a08a8c27fae89c1f5292b0 /Tests/SystemInformation
parent98ef89bf7720628662245e61141b0d6acd21cdb1 (diff)
downloadCMake-56d4bba75979e53ab64c420f9f2af2fa179ec2cc.zip
CMake-56d4bba75979e53ab64c420f9f2af2fa179ec2cc.tar.gz
CMake-56d4bba75979e53ab64c420f9f2af2fa179ec2cc.tar.bz2
fix project name
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt
index 99ecd00..72157ca 100644
--- a/Tests/SystemInformation/CMakeLists.txt
+++ b/Tests/SystemInformation/CMakeLists.txt
@@ -1,4 +1,4 @@
-PROJECT(SystemInformation)
+PROJECT(DumpInformation)
INCLUDE_DIRECTORIES(${SystemInformation_BINARY_DIR})
CONFIGURE_FILE(${SystemInformation_SOURCE_DIR}/SystemInformation.in
${SystemInformation_BINARY_DIR}/SystemInformation.out)