mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-24 19:53:11 +00:00
Fixes warning about posix_memalign
This commit is contained in:
parent
48e9ada2e1
commit
551735e034
@ -96,6 +96,10 @@ if(HAVE_POSIX_MEMALIGN)
|
||||
add_definitions(-DHAVE_POSIX_MEMALIGN)
|
||||
endif(HAVE_POSIX_MEMALIGN)
|
||||
|
||||
if(NOT DEFINED _XOPEN_SOURCE)
|
||||
add_definitions(-D_XOPEN_SOURCE=700)
|
||||
endif(NOT DEFINED _XOPEN_SOURCE)
|
||||
|
||||
########################################################################
|
||||
# detect x86 flavor of CPU
|
||||
########################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user