diff --git a/cmake/modules/hunter_create_cache_file.cmake b/cmake/modules/hunter_create_cache_file.cmake index 2bcb94e277..e42ddbdffa 100644 --- a/cmake/modules/hunter_create_cache_file.cmake +++ b/cmake/modules/hunter_create_cache_file.cmake @@ -195,6 +195,22 @@ function(hunter_create_cache_file cache_path) "set(CMAKE_POLICY_DEFAULT_CMP0069 NEW CACHE INTERNAL \"\")\n" ) + # CMP0114 should be set to NEW to squash CMake warnings at Xcode build time, + # without modifying source code + file( + APPEND + "${temp_path}" + "set(CMAKE_POLICY_DEFAULT_CMP0114 NEW CACHE INTERNAL \"\")\n" + ) + + # CMP0135 should be set to NEW to squash CMake warnings at build time, + # without modifying source code + file( + APPEND + "${temp_path}" + "set(CMAKE_POLICY_DEFAULT_CMP0135 NEW CACHE INTERNAL \"\")\n" + ) + # Disable package registry { ### http://www.cmake.org/cmake/help/v3.1/manual/cmake-packages.7.html#disabling-the-package-registry file( diff --git a/gate b/gate index 958e65c65f..d4ef316240 160000 --- a/gate +++ b/gate @@ -1 +1 @@ -Subproject commit 958e65c65fb659293b23c7a3c64abf3ce81e6ff1 +Subproject commit d4ef316240086b54ac5c8c91207b07cae29ab30f