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
49b898cd
Commit
49b898cd
authored
Jun 13, 2007
by
Thomas Feuvrier
Browse files
Correction phrases en francais.
parent
a1155760
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
49b898cd
...
...
@@ -244,7 +244,7 @@ LINK_DIRECTORIES(.)
#-----------------------------------------------------------------------------
# OTB build configuration options.
OPTION
(
BUILD_SHARED_LIBS
"
Generer les libraires de l'OTB en dynamique
."
OFF
)
OPTION
(
BUILD_SHARED_LIBS
"
Build OTB with shared libraries
."
OFF
)
SET
(
OTB_BUILD_SHARED_LIBS
${
BUILD_SHARED_LIBS
}
)
# Options for building some of the most common core templates explicitly only
...
...
@@ -257,7 +257,7 @@ ENDIF( OTB_EXPLICIT_INSTANTIATION )
#-----------------------------------------------------------------------------
# Option for display all developpment message !!!
OPTION
(
OTB_SHOW_ALL_MSG_DEBUG
"OTB
-D
evelopers : Show all messages (debug, dev, etc...) use only for otb developers."
OFF
)
OPTION
(
OTB_SHOW_ALL_MSG_DEBUG
"OTB
d
evelopers : Show all messages (debug, dev, etc...) use only for otb developers."
OFF
)
MARK_AS_ADVANCED
(
OTB_SHOW_ALL_MSG_DEBUG
)
IF
(
OTB_SHOW_ALL_MSG_DEBUG
)
ADD_DEFINITIONS
(
-DOTB_ACTIVE_MSG_DEV_MACRO
)
...
...
@@ -304,8 +304,8 @@ IF(WIN32)
ENDIF
(
WIN32
)
OPTION
(
BUILD_EXAMPLES
"
Generer les exemples
."
OFF
)
OPTION
(
BUILD_TESTING
"
Generer les
test
s
."
OFF
)
OPTION
(
BUILD_EXAMPLES
"
Build the Examples directory
."
OFF
)
OPTION
(
BUILD_TESTING
"
Build
test
ing
."
OFF
)
#-----------------------------------------------------------------------------
# Dispatch the build into the proper subdirectories.
...
...
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