summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in')
-rw-r--r--Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in b/Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in
new file mode 100644
index 0000000..dc55064
--- /dev/null
+++ b/Tests/CMakeGUI/simpleConfigure-fail/CMakeLists.txt.in
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.18)
+project(simpleConfigure-fail NONE)
+
+message(STATUS "This is a failed configure")
+message(FATAL_ERROR "Error")