Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
fafc85ee
Commit
fafc85ee
authored
Apr 12, 2007
by
Thomas Feuvrier
Browse files
Ajout option d'acces au gros fichier (LARGEFILE_SOURCE)
-> Pour essai Emmanuel
parent
bc3983b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fafc85ee
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment