mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
set cmake minimum version to 3.13 for all platforms
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
if ( APPLE )
|
|
||||||
cmake_minimum_required( VERSION 3.13 )
|
cmake_minimum_required( VERSION 3.13 )
|
||||||
else ()
|
|
||||||
cmake_minimum_required( VERSION 3.10 )
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
project( uxplay )
|
project( uxplay )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user