From 56d4bba75979e53ab64c420f9f2af2fa179ec2cc Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 12 Nov 2002 09:31:05 -0500 Subject: [PATCH] fix project name --- Tests/SystemInformation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt index 99ecd00ac..72157caf4 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)