mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
5411128645
If creation of the global generator fails, return early with an error message instead of trying to use the generator and crashing. Add a CTestTestBadGenerator test to cover this case. Reported-by: Mathieu Malaterre <malat@debian.org> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747306
4 lines
82 B
CMake
4 lines
82 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(CTestTestDepends NONE)
|
|
include(CTest)
|