Enable position-independent code
This commit is contained in:
parent
2a5a57b90a
commit
3b68b5018e
@ -24,6 +24,7 @@ PROJECT(hiredis VERSION "${VERSION}")
|
||||
|
||||
# Hiredis requires C99
|
||||
SET(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
SET(ENABLE_EXAMPLES OFF CACHE BOOL "Enable building hiredis examples")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user