mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Rename cmProp in cmValue
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "cmProperty.h"
|
||||
#include "cmValue.h"
|
||||
|
||||
class cmMakefile;
|
||||
class cmGeneratorTarget;
|
||||
@@ -30,12 +30,12 @@ public:
|
||||
const std::string& feature, std::string& lang,
|
||||
std::string* error) const;
|
||||
|
||||
cmProp CompileFeaturesAvailable(const std::string& lang,
|
||||
std::string* error) const;
|
||||
cmValue CompileFeaturesAvailable(const std::string& lang,
|
||||
std::string* error) const;
|
||||
|
||||
bool GetNewRequiredStandard(const std::string& targetName,
|
||||
const std::string& feature,
|
||||
cmProp currentLangStandardValue,
|
||||
cmValue currentLangStandardValue,
|
||||
std::string& newRequiredStandard,
|
||||
std::string* error = nullptr) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user