Skip to content
Snippets Groups Projects
Commit cea76707 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Rajout option -D_FILE_OFFSET_BITS=64

parent 4c4160fd
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" MATCHES "^1\\.8$")
# OTB option to access large file (> 4Go).
ADD_DEFINITIONS(
-D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment