Browse Source

fix project name

Bill Hoffman 23 years ago
parent
commit
56d4bba759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/SystemInformation/CMakeLists.txt

+ 1 - 1
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)