diff --git a/CMakeLists.txt b/CMakeLists.txt index 10a90e14..c742b17c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.22) +cmake_policy(SET CMP0091 OLD) # Assume old-style selection of MSVC runtime if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif()