mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'file-CONFIGURE_DEPENDS-verify-CMP0009'
818ec34bddfile: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to newb620dc566dfile: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009715f90bdd9Tests: Perform minor cleanups in RunCMake.file test Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4342
This commit is contained in:
@@ -38,6 +38,8 @@ bool cmGlobVerificationManager::SaveVerificationScript(const std::string& path)
|
||||
<< cmVersion::GetMajorVersion() << "."
|
||||
<< cmVersion::GetMinorVersion() << "\n";
|
||||
|
||||
verifyScriptFile << "cmake_policy(SET CMP0009 NEW)\n";
|
||||
|
||||
for (auto const& i : this->Cache) {
|
||||
CacheEntryKey k = std::get<0>(i);
|
||||
CacheEntryValue v = std::get<1>(i);
|
||||
|
||||
Reference in New Issue
Block a user