mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
============================================================================*/
|
||||
#include "cmCoreTryCompile.h"
|
||||
#include "cmake.h"
|
||||
#include "cmCacheManager.h"
|
||||
#include "cmLocalGenerator.h"
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmAlgorithms.h"
|
||||
@@ -527,7 +526,7 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv)
|
||||
this->Makefile->AddCacheDefinition(argv[0],
|
||||
(res == 0 ? "TRUE" : "FALSE"),
|
||||
"Result of TRY_COMPILE",
|
||||
cmCacheManager::INTERNAL);
|
||||
cmState::INTERNAL);
|
||||
|
||||
if (!outputVariable.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user