mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-16 22:34:09 +00:00
Fixes warning about posix_memalign
This commit is contained in:
parent
8c668f7bc2
commit
e0669ba93d
@ -79,6 +79,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