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:
parent
80f6a344fc
commit
b3ce4200dc
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required (VERSION 2.6)
|
||||
project(Assembler)
|
||||
project(Assembler C)
|
||||
message("CTEST_FULL_OUTPUT ")
|
||||
set(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue