mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmLocalGenerator: add an override for CMakeFiles-using paths
Visual Studio doesn't use a `CMakeFiles` subdirectory for its support directories. However, some codepaths expect to use paths which are always under `CMakeFiles`. Add a mechanism to keep the path for such files.
This commit is contained in:
@@ -51,7 +51,7 @@ std::string cmInstallCxxModuleBmiGenerator::GetScriptLocation(
|
||||
if (config.empty()) {
|
||||
config_name = "noconfig";
|
||||
}
|
||||
return cmStrCat(this->Target->GetSupportDirectory(),
|
||||
return cmStrCat(this->Target->GetCMFSupportDirectory(),
|
||||
"/install-cxx-module-bmi-", config_name, ".cmake");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user