diff options
Diffstat (limited to 'Source/cmITKWrapTclCommand.cxx')
-rw-r--r-- | Source/cmITKWrapTclCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmITKWrapTclCommand.cxx b/Source/cmITKWrapTclCommand.cxx index c7a2cc8..86791a9 100644 --- a/Source/cmITKWrapTclCommand.cxx +++ b/Source/cmITKWrapTclCommand.cxx @@ -222,8 +222,8 @@ std::string cmITKWrapTclCommand::GetCableFromCache() const { return cable; } m_Makefile->AddCacheDefinition("CABLE", - "NOTFOUND", + "CABLE-NOTFOUND", "Path to CABLE executable.", cmCacheManager::FILEPATH); - return "NOTFOUND"; + return "CABLE-NOTFOUND"; } |