aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 15:02:52 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 15:02:52 -0500
commit9b7708f6603555fa1f960d8f8ae30a3d613b478a (patch)
treea307c8e886a1d11a927c89c55a086e962e97e546 /scripts/CMakeLists.txt
parent8b563d7163d2e452468b8fdcec4900ecb2853213 (diff)
introduce check target, and some renaming
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r--scripts/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 2d40e32ae..b75e99d5e 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,3 +1,3 @@
-configure_file(mctestr.in ${CMAKE_BINARY_DIR}/mctestr)
+configure_file(check.in ${CMAKE_BINARY_DIR}/check)
configure_file(debug.in ${CMAKE_BINARY_DIR}/debug)
configure_file(release.in ${CMAKE_BINARY_DIR}/release)