Fix enabling C99 on older compilers

This commit is contained in:
Iwan Timmer
2017-11-04 12:29:45 +01:00
parent 0aca8d6be3
commit 86ee3fd290
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
set(SO_VERSION 2)
set_property(GLOBAL PROPERTY C_STANDARD 99)
find_package(LibUUID REQUIRED)
find_package(Threads REQUIRED)