|
|
@@ -153,7 +153,7 @@ bool cmGeneratorExpressionDAGChecker::EvaluatingLinkLibraries()
|
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
-bool cmGeneratorExpressionDAGChecker::EvaluatingIncludeDirectories()
|
|
|
+bool cmGeneratorExpressionDAGChecker::EvaluatingIncludeDirectories() const
|
|
|
{
|
|
|
const char *prop = this->Property.c_str();
|
|
|
return (strcmp(prop, "INCLUDE_DIRECTORIES") == 0
|
|
|
@@ -161,7 +161,7 @@ bool cmGeneratorExpressionDAGChecker::EvaluatingIncludeDirectories()
|
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
-bool cmGeneratorExpressionDAGChecker::EvaluatingCompileDefinitions()
|
|
|
+bool cmGeneratorExpressionDAGChecker::EvaluatingCompileDefinitions() const
|
|
|
{
|
|
|
const char *prop = this->Property.c_str();
|
|
|
return (strcmp(prop, "COMPILE_DEFINITIONS") == 0
|