Avoid CMake deprecation warning by bumping version

This commit is contained in:
Martchus 2024-03-08 19:01:44 +01:00
parent be2235103f
commit 8e6fe671f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR)
project(lmdb-safe)