Răsfoiți Sursa

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.
Brad King 14 ani în urmă
părinte
comite
b3ce4200dc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Tests/Assembler/CMakeLists.txt

+ 1 - 1
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)