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.
This commit is contained in:
Brad King 2011-03-04 09:17:30 -05:00
parent 80f6a344fc
commit b3ce4200dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 2.6)
project(Assembler)
project(Assembler C)
message("CTEST_FULL_OUTPUT ")
set(CMAKE_VERBOSE_MAKEFILE 1)