Skip to content

findRoseSupportPathFromBuild

Find the path of a ROSE support file from the build tree.

Synopsis

Declared in <commandlineProcessing/commandline_processing.h>

[[visibility]]
std::string
findRoseSupportPathFromBuild(
    std::string const& buildTreeLocation,
    std::string const& installTreeLocation);

Description

If ROSE is not installed (see roseInstallPrefix()), the top of the build tree plus buildTreeLocation is used as the location. If the variable is not set, the path in installTreeLocation (with the install prefix added) is used instead.

Return Value

Resolved support path.

Parameters

Name

Description

buildTreeLocation

Relative path inside the build tree.

installTreeLocation

Relative path inside the install tree.

Created with MrDocs