From b3ce4200dca9903e9ac56f6924aa4cc349aa0f7a Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 4 Mar 2011 09:17:30 -0500 Subject: [PATCH] Do not bother enabling C++ in Assembler test This test needs only the C compiler and ASM compiler so do not enable the C++ compiler. --- Tests/Assembler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Assembler/CMakeLists.txt b/Tests/Assembler/CMakeLists.txt index 6071181ba..ad27e57e9 100644 --- a/Tests/Assembler/CMakeLists.txt +++ b/Tests/Assembler/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 2.6) -project(Assembler) +project(Assembler C) message("CTEST_FULL_OUTPUT ") set(CMAKE_VERBOSE_MAKEFILE 1)