Merge pull request #870 from michael-grunder/cmake-c99
Explicitly set c99 in CMake
This commit is contained in:
commit
fb0e6c0dd9
@ -22,6 +22,9 @@ MESSAGE("Detected version: ${VERSION}")
|
||||
|
||||
PROJECT(hiredis VERSION "${VERSION}")
|
||||
|
||||
# Hiredis requires C99
|
||||
SET(CMAKE_C_STANDARD 99)
|
||||
|
||||
SET(ENABLE_EXAMPLES OFF CACHE BOOL "Enable building hiredis examples")
|
||||
|
||||
SET(hiredis_sources
|
||||
|
Loading…
Reference in New Issue
Block a user