summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/CMakeLists.txt
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2017-09-24 09:50:58 (GMT)
committerCraig Scott <craig.scott@crascit.com>2017-10-16 21:10:19 (GMT)
commit1e56634faa44c9a26b0e7a4f529396d761f8833d (patch)
treeb47226609b179c3659d0f27355a37881937c91a3 /Tests/RunCMake/FetchContent/CMakeLists.txt
parent60e74d2f19d33e5b8afc7f8834f36c5cb1d2c810 (diff)
downloadCMake-1e56634faa44c9a26b0e7a4f529396d761f8833d.zip
CMake-1e56634faa44c9a26b0e7a4f529396d761f8833d.tar.gz
CMake-1e56634faa44c9a26b0e7a4f529396d761f8833d.tar.bz2
FetchContent: Add tests
Diffstat (limited to 'Tests/RunCMake/FetchContent/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/FetchContent/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/FetchContent/CMakeLists.txt b/Tests/RunCMake/FetchContent/CMakeLists.txt
new file mode 100644
index 0000000..d3137f6
--- /dev/null
+++ b/Tests/RunCMake/FetchContent/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.9)
+project(${RunCMake_TEST} NONE)
+include(${RunCMake_TEST}.cmake)