Fix build of mallocng.
This commit is contained in:
parent
294a18baf8
commit
de65519132
1 changed files with 5 additions and 0 deletions
5
external/mallocng/CMakeLists.txt
vendored
5
external/mallocng/CMakeLists.txt
vendored
|
|
@ -24,6 +24,11 @@ PRIVATE
|
||||||
glue.h
|
glue.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_options(external_mallocng
|
||||||
|
PRIVATE
|
||||||
|
-Wno-unused-value
|
||||||
|
)
|
||||||
|
|
||||||
target_include_directories(external_mallocng
|
target_include_directories(external_mallocng
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${mallocng_loc}
|
${mallocng_loc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue