summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in
blob: dc5506415a7503a31d0d5a1b3455eca6c5ab7569 (plain)
1
2
3
4
5
cmake_minimum_required(VERSION 3.18)
project(simpleConfigure-fail NONE)

message(STATUS "This is a failed configure")
message(FATAL_ERROR "Error")