summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject/copydir.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/ExternalProject/copydir.cmake.in')
-rw-r--r--Modules/ExternalProject/copydir.cmake.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/Modules/ExternalProject/copydir.cmake.in b/Modules/ExternalProject/copydir.cmake.in
deleted file mode 100644
index 5dd3891c3f..0000000000
--- a/Modules/ExternalProject/copydir.cmake.in
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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)
-
-file(REMOVE_RECURSE "@to_dir@")
-
-# Copy the _contents_ of the source dir into the destination dir, hence the
-# trailing slash on the from_dir
-file(COPY "@from_dir@/" DESTINATION "@to_dir@")