mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Allow 'large' files in 32 bit builds (Lintian requirement)
This commit is contained in:
parent
36200183d2
commit
f436cc8a5c
@ -50,6 +50,15 @@ elseif(ORC_FOUND)
|
|||||||
endif(ORC_FOUND)
|
endif(ORC_FOUND)
|
||||||
|
|
||||||
|
|
||||||
|
# allow 'large' files in 32 bit builds
|
||||||
|
if(UNIX)
|
||||||
|
add_definitions( -D_LARGEFILE_SOURCE
|
||||||
|
-D_FILE_OFFSET_BITS=64
|
||||||
|
-D_LARGE_FILES
|
||||||
|
)
|
||||||
|
endif(UNIX)
|
||||||
|
|
||||||
|
|
||||||
# MAKE volk_gnsssdr_profile
|
# MAKE volk_gnsssdr_profile
|
||||||
add_executable(volk_gnsssdr_profile
|
add_executable(volk_gnsssdr_profile
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/volk_gnsssdr_profile.cc
|
${CMAKE_CURRENT_SOURCE_DIR}/volk_gnsssdr_profile.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user