summaryrefslogtreecommitdiffstats
path: root/Tests/CTestConfig/script.cmake.in
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-20 16:08:02 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-20 20:43:27 (GMT)
commit1ca53f5ef1335561d952603d48c48da549d41271 (patch)
tree9dfc00d708c60b0700a6a4a813e3be4bf529cc76 /Tests/CTestConfig/script.cmake.in
parent15ac4aae0e3199fe8ac7f46cf4eb064cbeb1660d (diff)
downloadCMake-1ca53f5ef1335561d952603d48c48da549d41271.zip
CMake-1ca53f5ef1335561d952603d48c48da549d41271.tar.gz
CMake-1ca53f5ef1335561d952603d48c48da549d41271.tar.bz2
Remove unnecessary CTEST_PROJECT_NAME variables
Diffstat (limited to 'Tests/CTestConfig/script.cmake.in')
-rw-r--r--Tests/CTestConfig/script.cmake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CTestConfig/script.cmake.in b/Tests/CTestConfig/script.cmake.in
index b6ccedb..973c7b8 100644
--- a/Tests/CTestConfig/script.cmake.in
+++ b/Tests/CTestConfig/script.cmake.in
@@ -1,7 +1,6 @@
set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
set(CTEST_CMAKE_GENERATOR_PLATFORM "@CMAKE_GENERATOR_PLATFORM@")
set(CTEST_CMAKE_GENERATOR_TOOLSET "@CMAKE_GENERATOR_TOOLSET@")
-set(CTEST_PROJECT_NAME "CTestConfig")
set(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestConfig")
set(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestConfig/@cfg@-script")