78be324762
Enable the C and CXX languages only in the test cases that really need them. In the failure cases we do not get far enough to really use the languages, so skip enabling them.
4 lines
102 B
CMake
4 lines
102 B
CMake
cmake_minimum_required(VERSION 2.8.11)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|