upgraded to 3.5 from 3.0 that it's cmake version minimum required.

This commit is contained in:
2024-03-19 22:00:26 +08:00
parent c873271f6e
commit c363a6fa51
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
PROJECT(ULRE)