mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
f6b4db365a
This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs.
8 lines
141 B
CMake
8 lines
141 B
CMake
cmake_minimum_required (VERSION 2.8.12)
|
|
project(CTestTestCrash)
|
|
include(CTest)
|
|
|
|
add_executable (Crash crash.cxx)
|
|
|
|
add_test (TestCrash Crash)
|