[NFC] Bump CMake version since ESI uses it

This commit is contained in:
Nandor Licker 2023-05-23 18:57:52 +03:00
parent 0a7e9d1748
commit f7e40324a6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
## ##
##===----------------------------------------------------------------------===// ##===----------------------------------------------------------------------===//
cmake_minimum_required(VERSION 3.13.4) cmake_minimum_required(VERSION 3.23.1)
if(POLICY CMP0068) if(POLICY CMP0068)
cmake_policy(SET CMP0068 NEW) cmake_policy(SET CMP0068 NEW)