summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/simpleConfigure-fail
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-09-25 20:56:27 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-09-28 13:46:35 (GMT)
commitd6c051c126a8cba8adec39b6ae3ae09cc773633f (patch)
treeb91277b250ce42dab4e5169f6eec9ee3f834c755 /Tests/CMakeGUI/simpleConfigure-fail
parent7cd95d99965bf59e2ba8e5cb2835fb9d5d1b3abe (diff)
downloadCMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.zip
CMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.tar.gz
CMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.tar.bz2
Tests: Add some basic configure tests for the CMake GUI
Diffstat (limited to 'Tests/CMakeGUI/simpleConfigure-fail')
-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")