mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
reference macos instead of osx
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.24)
|
cmake_minimum_required(VERSION 3.24)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.6" CACHE STRING "Minimum OSX version" FORCE)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.6" CACHE STRING "Minimum MacOS version" FORCE)
|
||||||
set(CMAKE_Swift_LANGUAGE_VERSION 5)
|
set(CMAKE_Swift_LANGUAGE_VERSION 5)
|
||||||
project(voxelotl LANGUAGES C Swift VERSION "0.1.0")
|
project(voxelotl LANGUAGES C Swift VERSION "0.1.0")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user