Commit 236f6051 authored by Uilian Ries's avatar Uilian Ries

Update fPIC property expression

Signed-off-by: default avatarUilian Ries <uilianries@gmail.com>
parent 97c7c246
...@@ -12,7 +12,7 @@ set(SOURCE_FILES ...@@ -12,7 +12,7 @@ set(SOURCE_FILES
) )
add_library(pistache OBJECT ${SOURCE_FILES}) add_library(pistache OBJECT ${SOURCE_FILES})
set_target_properties(pistache PROPERTIES POSITION_INDEPENDENT_CODE $<BOOL:${PISTACHE_PIC}>) set_target_properties(pistache PROPERTIES POSITION_INDEPENDENT_CODE ${PISTACHE_PIC})
add_definitions(-DONLY_C_LOCALE=1) add_definitions(-DONLY_C_LOCALE=1)
set(PISTACHE_INCLUDE set(PISTACHE_INCLUDE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment