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

Ajout option d'acces au gros fichier (LARGEFILE_SOURCE)

-> Pour essai Emmanuel
parent bc3983b1
Branches
Tags
No related merge requests found
......@@ -44,6 +44,12 @@ ELSE("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" MATCHES "^1\\.8$")
MARK_AS_ADVANCED(CLEAR CMAKE_BACKWARDS_COMPATIBILITY)
ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" MATCHES "^1\\.8$")
#-----------------------------------------------------------------------------
# OTB option to access large file (> 4Go).
ADD_DEFINITIONS(
-D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE
)
#-----------------------------------------------------------------------------
# OTB version number. An even minor number corresponds to releases.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment