mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
cmake: bump minimum version
add_link_options() only exists on cmake >=3.13.
This commit is contained in:
parent
00a5576492
commit
5f4f1408b3
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.10.2)
|
cmake_minimum_required(VERSION 3.13)
|
||||||
|
|
||||||
cmake_policy(VERSION 3.10.2)
|
cmake_policy(VERSION 3.13)
|
||||||
if (POLICY CMP0076)
|
if (POLICY CMP0076)
|
||||||
cmake_policy(SET CMP0076 NEW)
|
cmake_policy(SET CMP0076 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user