summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in
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-success/CMakeLists.txt.in
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-success/CMakeLists.txt.in')
-rw-r--r--Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in b/Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in
new file mode 100644
index 0000000..fc42c00
--- /dev/null
+++ b/Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.18)
+project(simpleConfigure-success NONE)
+
+message(STATUS "This is a successful configure")