mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: removed old convert calls
This commit is contained in:
@@ -97,27 +97,6 @@ public:
|
||||
OutputFormat output = UNCHANGED,
|
||||
bool optional = false);
|
||||
|
||||
/**
|
||||
* Convert the given remote path to a relative path with respect to
|
||||
* this generator's output directory. The remote path must use
|
||||
* forward slashes and not already be escaped or quoted.
|
||||
*/
|
||||
std::string ConvertToRelativePath(const char* remote);
|
||||
|
||||
/**
|
||||
* Convert to an output path that is relative to the current output
|
||||
* directory. The remote path must use forward slashes and not
|
||||
* already be escaped or quoted.
|
||||
*/
|
||||
std::string ConvertToRelativeOutputPath(const char* remote);
|
||||
|
||||
/**
|
||||
* Calls ConvertToRelativePath conditionally on the cache option
|
||||
* CMAKE_USE_RELATIVE_PATHS. The remote path must use forward
|
||||
* slashes and not already be escaped or quoted.
|
||||
*/
|
||||
std::string ConvertToOptionallyRelativePath(const char* remote);
|
||||
|
||||
/**
|
||||
* Convert the given path to an output path that is optionally
|
||||
* relative based on the cache option CMAKE_USE_RELATIVE_PATHS. The
|
||||
|
||||
Reference in New Issue
Block a user