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

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

@ -1 +1 @@
Subproject commit 9582bfafcc0b2b51dfc18e758a9e57582e580dee Subproject commit 4b880eb50f5ef7436e72b8a0a03d528da3fd76a3

2
CMCore

@ -1 +1 @@
Subproject commit 74caaea5669441eb27dae3265803e352c008d065 Subproject commit c8fe331ef94458983dea7473bca47835b8cb565a

@ -1 +1 @@
Subproject commit c9a1298e0254f7e25fd5d1982882bc798827b1b0 Subproject commit 8d091ebfb0fb02c320789357f66bf84d1c80682f

@ -1 +1 @@
Subproject commit 0c900344647c5ad3420d542dc41547b6faa75a84 Subproject commit c302137467f4332263f9b9e142c0b7ba36d61e74

2
CMUtil

@ -1 +1 @@
Subproject commit 953ecf8079845ddfd8d31d62c945c9a5206b2199 Subproject commit 39faf8b4751ad890bee3a0f5d827a0c619353c35

View File

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