From 2fe3e55d53989c909be595b00a4749b75886accf Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 18 Oct 2016 21:28:47 +0200 Subject: cmState: Move CacheEntryType enum to separate namespace Port dependent code to the change. --- Source/cmPolicies.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmPolicies.cxx') diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 340219161d..25acb52563 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -233,7 +233,7 @@ bool cmPolicies::ApplyPolicyVersion(cmMakefile* mf, const char* version) "For backwards compatibility, what version of CMake " "commands and " "syntax should this version of CMake try to support.", - cmState::STRING); + cmStateEnums::STRING); } } } -- cgit v1.2.1