mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
BUG: can not Add a definition that you just got
This commit is contained in:
@@ -61,8 +61,6 @@ bool cmUtilitySourceCommand::InitialPass(std::vector<std::string>& args)
|
||||
(m_Makefile->GetCacheMajorVersion() != 0
|
||||
&& m_Makefile->GetCacheMinorVersion() != 0 ))
|
||||
{
|
||||
// Set the makefile's definition with the cache value.
|
||||
m_Makefile->AddDefinition(cacheEntry.c_str(), cacheValue);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user