mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
project(Assembler)
|
||||
project(Assembler C)
|
||||
message("CTEST_FULL_OUTPUT ")
|
||||
set(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user