summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject/customcommand_preamble.cmake.in
blob: ae4fec66cdf72ac1c18ee1f512a59abf56088aea (plain)
1
2
3
4
5
6
7
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)