mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
cmake: bump minimum version
add_link_options() only exists on cmake >=3.13.
This commit is contained in:
parent
00a5576492
commit
5f4f1408b3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
cmake_policy(SET CMP0076 NEW)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue