mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Mac OS X: disallow being started on 10.12
Qt only supports 10.13/10.14/10.15 in latest Qt version So mark application as such. Closes #29
This commit is contained in:
parent
e578236a0b
commit
560759fe0c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "" FORCE)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(rpi-imager LANGUAGES CXX)
|
project(rpi-imager LANGUAGES CXX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue