Преглед на файлове

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 години
родител
ревизия
b3ce4200dc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)