mirror of
https://github.com/steve-m/hsdaoh.git
synced 2026-03-14 21:09:44 +01:00
set C standard in CMake to C99
This commit is contained in:
parent
0b97a7569c
commit
cd217c889c
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
########################################################################
|
||||
cmake_minimum_required(VERSION 3.12.0)
|
||||
project(hsdaoh C)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
#select the release build type by default to get optimization flags
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue