Merge topic 'memcheck-test-no-lang'

5217ad26 CTestTestMemcheck: do not search for compilers
This commit is contained in:
Brad King 2014-07-02 09:54:54 -04:00 committed by CMake Topic Stage
commit 38c9eddad8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.9)
project(CTestTestMemcheck@SUBTEST_NAME@)
project(CTestTestMemcheck@SUBTEST_NAME@ NONE)
include(CTest)
add_test(NAME RunCMake COMMAND "${CMAKE_COMMAND}" --version)