OS X build#11

This commit is contained in:
bodand 2021-05-22 18:05:10 +02:00
parent b1f3cb212e
commit 522f9973fe
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.16)
## CMake system setup ##########################################################
## Languages ##
enable_language(C)
set(CMAKE_C_STANDARD 89)
set(CMAKE_C_STANDARD 90)
## Policies ##
cmake_policy(SET CMP0009 NEW) # Do not follow symlinks in GLOB_RECURSE