Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
476bb6ca
Commit
476bb6ca
authored
7 years ago
by
Rashad Kanavath
Browse files
Options
Downloads
Patches
Plain Diff
SPELL: minor typos
parent
5221bed5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Packaging/Files/selftester.sh
+1
-1
1 addition, 1 deletion
Packaging/Files/selftester.sh
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
476bb6ca
...
...
@@ -214,7 +214,7 @@ option(OTB_USE_DEPRECATED "Turn on the use and test of deprecated classes" OFF)
mark_as_advanced
(
OTB_USE_DEPRECATED
)
option
(
OTB_USE_OPENMP
"Add openmp compiler and linker flags"
OFF
)
option
(
OTB_USE_SSE_FLAGS
"Enable SIMD optimizations (hardware depend
a
nt)."
ON
)
option
(
OTB_USE_SSE_FLAGS
"Enable SIMD optimizations (hardware depend
e
nt)."
ON
)
#-----------------------------------------------------------------------------
# SHOW_ALL_MSG_DEBUG option
option
(
OTB_SHOW_ALL_MSG_DEBUG
"Show all debug messages (very verbose)"
OFF
)
...
...
This diff is collapsed.
Click to expand it.
Packaging/Files/selftester.sh
+
1
−
1
View file @
476bb6ca
...
...
@@ -84,7 +84,7 @@ for name in $OTB_SO_LIBRARIES $OTB_DY_LIBRARIES $OTB_EXE; do
elif
echo
"
$F_OUTPUT
"
|
grep
-q
': symbolic link'
;
then
:
else
echo_and_report
"Unkown file type :
$F_OUTPUT
"
echo_and_report
"Unk
n
own file type :
$F_OUTPUT
"
fi
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment