summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake')
-rw-r--r--Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake b/Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake
new file mode 100644
index 0000000..354bc7a
--- /dev/null
+++ b/Tests/RunCMake/MaxRecursionDepth/CTestCustom.cmake
@@ -0,0 +1,3 @@
+message("${x}")
+math(EXPR x "${x} + 1")
+ctest_read_custom_files("${CMAKE_CURRENT_LIST_DIR}")