fix arm neon build

This commit is contained in:
Recep Aslantas
2020-05-11 20:19:05 +03:00
parent b032b803ca
commit 269bdb3dbd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8.2)
project(cglm VERSION 0.7.4 LANGUAGES C)
project(cglm VERSION 0.7.4 LANGUAGES C)
set(C_STANDARD 11)
set(C_STANDARD_REQUIRED YES)