mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Set SlippiLib cmake min to 3.10
This commit is contained in:
parent
fb91e87f78
commit
ceb52be698
1 changed files with 1 additions and 1 deletions
2
Externals/SlippiLib/CMakeLists.txt
vendored
2
Externals/SlippiLib/CMakeLists.txt
vendored
|
@ -5,7 +5,7 @@ set(SRCS
|
|||
SlippiGame.h
|
||||
SlippiGame.cpp
|
||||
)
|
||||
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
add_definitions(-std=c++17)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue