Set compiler to C89

This commit is contained in:
TheTechsTech 2023-12-19 12:11:07 -05:00
parent f57d2b0781
commit ad959c0e47

View File

@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(parson C)
set(C_STANDARD 89)
include (GNUInstallDirs)
set(PARSON_VERSION 1.5.3)