mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Rename cmProp in cmValue
This commit is contained in:
@@ -173,7 +173,8 @@ std::string cmLocalVisualStudioGenerator::ConstructScript(
|
||||
// for visual studio IDE add extra stuff to the PATH
|
||||
// if CMAKE_MSVCIDE_RUN_PATH is set.
|
||||
if (this->GetGlobalGenerator()->IsVisualStudio()) {
|
||||
cmProp extraPath = this->Makefile->GetDefinition("CMAKE_MSVCIDE_RUN_PATH");
|
||||
cmValue extraPath =
|
||||
this->Makefile->GetDefinition("CMAKE_MSVCIDE_RUN_PATH");
|
||||
if (extraPath) {
|
||||
script += newline;
|
||||
newline = newline_text;
|
||||
|
||||
Reference in New Issue
Block a user