mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Bump required CMake version to 3.1.0.
Earlier versions did not include CXX_STANDARD that we use to figure out what compiler flags needs to be used.
This commit is contained in:
parent
820e02f42b
commit
063e870ecc
@ -1,5 +1,5 @@
|
||||
project(PlexMediaPlayer CXX C)
|
||||
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
|
||||
|
||||
cmake_policy(SET CMP0020 NEW)
|
||||
if (POLICY CMP0058)
|
||||
|
Loading…
Reference in New Issue
Block a user