aboutsummaryrefslogtreecommitdiff
path: root/src/crc32c/Crc32cConfig.cmake.in
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-12-08 17:27:09 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-12-08 19:26:30 +0100
commitfa7c8d136f6590e54d60c37fb34ebec8da84ebbb (patch)
treede2d6ac5a8b07a1e69e6fdf86d6e71c1eb9f5ec3 /src/crc32c/Crc32cConfig.cmake.in
parent1a9fa4c5ba27f5e32b547a77264ca0d4462bd168 (diff)
parent90c0f267bdedc261d8fdab188e96ca58c206652a (diff)
downloadbitcoin-fa7c8d136f6590e54d60c37fb34ebec8da84ebbb.tar.xz
build: Update crc32c subtree
Diffstat (limited to 'src/crc32c/Crc32cConfig.cmake.in')
-rw-r--r--src/crc32c/Crc32cConfig.cmake.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/crc32c/Crc32cConfig.cmake.in b/src/crc32c/Crc32cConfig.cmake.in
new file mode 100644
index 0000000000..c6b8fc7913
--- /dev/null
+++ b/src/crc32c/Crc32cConfig.cmake.in
@@ -0,0 +1,9 @@
+# Copyright 2017 The CRC32C Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file. See the AUTHORS file for names of contributors.
+
+@PACKAGE_INIT@
+
+include("${CMAKE_CURRENT_LIST_DIR}/Crc32cTargets.cmake")
+
+check_required_components(Crc32c)