summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject/customcommand_preamble.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/ExternalProject/customcommand_preamble.cmake.in')
-rw-r--r--Modules/ExternalProject/customcommand_preamble.cmake.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/ExternalProject/customcommand_preamble.cmake.in b/Modules/ExternalProject/customcommand_preamble.cmake.in
new file mode 100644
index 0000000..ae4fec6
--- /dev/null
+++ b/Modules/ExternalProject/customcommand_preamble.cmake.in
@@ -0,0 +1,8 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+cmake_minimum_required(VERSION 3.5)
+
+set(quiet "@quiet@")
+set(script_dir "@CMAKE_CURRENT_FUNCTION_LIST_DIR@/ExternalProject")
+include(${script_dir}/captured_process_setup.cmake)