resolve cyclic dependency with zstd
[platform/upstream/cmake.git] / Source / cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx
1 /* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2    file Copyright.txt or https://cmake.org/licensing for details.  */
3
4 #include "cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.h"
5
6 #include "cmRuntimeDependencyArchive.h"
7
8 cmBinUtilsMacOSMachOGetRuntimeDependenciesTool::
9   cmBinUtilsMacOSMachOGetRuntimeDependenciesTool(
10     cmRuntimeDependencyArchive* archive)
11   : Archive(archive)
12 {
13 }
14
15 void cmBinUtilsMacOSMachOGetRuntimeDependenciesTool::SetError(
16   const std::string& error)
17 {
18   this->Archive->SetError(error);
19 }