8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 19:23:02 +01:00

Make build works with cmake 3.28.1.

This commit is contained in:
Adriano dos Santos Fernandes 2024-01-10 22:17:47 -03:00
parent ee2d227d8c
commit 314cb34358

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5.1)
cmake_policy(SET CMP0016 NEW)
if(POLICY CMP0042)