|
#include <ArmarXCore/core/system/cmake/CMakePackageFinderCache.h>
Public Member Functions | |
CMakePackageFinderCache (const CMakePackageFinderCache &s) | |
CMakePackageFinderCache (IceUtil::Time timeout=IceUtil::Time::seconds(10)) | |
const CMakePackageFinder & | findPackage (const std::string &packageName, const std::filesystem::path &packagePath="", bool suppressStdErr=false, bool usePackagePathOnlyAsHint=false) |
Static Public Attributes | |
static CMakePackageFinderCache | GlobalCache |
Definition at line 13 of file CMakePackageFinderCache.h.
CMakePackageFinderCache | ( | const CMakePackageFinderCache & | s | ) |
Definition at line 7 of file CMakePackageFinderCache.cpp.
CMakePackageFinderCache | ( | IceUtil::Time | timeout = IceUtil::Time::seconds(10) | ) |
Definition at line 14 of file CMakePackageFinderCache.cpp.
const CMakePackageFinder & findPackage | ( | const std::string & | packageName, |
const std::filesystem::path & | packagePath = "" , |
||
bool | suppressStdErr = false , |
||
bool | usePackagePathOnlyAsHint = false |
||
) |
Definition at line 20 of file CMakePackageFinderCache.cpp.
Definition at line 19 of file CMakePackageFinderCache.h.