ENH: remove depend on CMakeCache for rebuild_cache target to avoid double rebuild cache
This commit is contained in:
parent
eea07a2f64
commit
b9f2bd103b
|
@ -2583,7 +2583,7 @@ void cmLocalUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
|
|||
this->OutputMakeRule(fout,
|
||||
"CMakeCache.txt",
|
||||
"rebuild_cache",
|
||||
"$(CMAKE_BINARY_DIR)/CMakeCache.txt",
|
||||
0,
|
||||
"$(CMAKE_COMMAND) "
|
||||
"-H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)");
|
||||
|
||||
|
|
Loading…
Reference in New Issue