mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
Rename cmProp in cmValue
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmLocalGenerator.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmStateTypes.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmTarget.h"
|
||||
#include "cmTargetLinkLibraryType.h"
|
||||
#include "cmValue.h"
|
||||
#include "cmake.h"
|
||||
|
||||
class cmListFileBacktrace;
|
||||
@@ -96,7 +96,7 @@ static void FinalAction(cmMakefile& makefile, std::string const& filename,
|
||||
// Handle simple output name changes. This command is
|
||||
// deprecated so we do not support full target name
|
||||
// translation (which requires per-configuration info).
|
||||
if (cmProp outname = libtgt->GetProperty("OUTPUT_NAME")) {
|
||||
if (cmValue outname = libtgt->GetProperty("OUTPUT_NAME")) {
|
||||
lib = *outname;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user