summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/simpleConfigure-success/CMakeLists.txt.in
diff options
context:
space:
mode:
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")