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
Container Registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
bee7f63c
Commit
bee7f63c
authored
18 years ago
by
Romain Garrigues
Browse files
Options
Downloads
Patches
Plain Diff
nomsg
parent
17dc8476
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/ITK/CMakeLists.txt
+2
-7
2 additions, 7 deletions
Utilities/ITK/CMakeLists.txt
Utilities/ITK/Utilities/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Utilities/ITK/Utilities/CMakeLists.txt
with
3 additions
and
8 deletions
Utilities/ITK/CMakeLists.txt
+
2
−
7
View file @
bee7f63c
...
...
@@ -76,7 +76,7 @@ OPTION(ITK_EXPLICIT_INSTANTIATION "BETA-Try to explicitly build some of the core
MARK_AS_ADVANCED
(
ITK_EXPLICIT_INSTANTIATION
)
#ROMAIN
#IF( ITK_EXPLICIT_INSTANTIATION )
# ADD_DEFINITIONS(-DITK_EXPLICIT_INSTANTIATION)
#ENDIF( ITK_EXPLICIT_INSTANTIATION )
...
...
@@ -112,7 +112,7 @@ ELSE( NOT BORLAND )
MARK_AS_ADVANCED
(
ITK_USE_CONCEPT_CHECKING
)
ENDIF
(
NOT BORLAND
)
#END ROMAIN
# perl support does not work, contact bill hoffman at kitware
...
...
@@ -196,10 +196,7 @@ CONFIGURE_FILE(${ITK_SOURCE_DIR}/UseITK.cmake.in
INCLUDE
(
${
ITK_SOURCE_DIR
}
/itkGenerateITKConfig.cmake
)
# Install some files.
#THOMAS
INSTALL_FILES
(
/include/otb/Utilities/ITK .h itkConfigure
)
#THOMAS
#INSTALL_FILES(/lib/InsightToolkit .cmake UseITK ITKLibraryDepends)
#-----------------------------------------------------------------------------
...
...
@@ -268,7 +265,6 @@ ELSE(ITK_USE_SYSTEM_VXL)
SET
(
VXL_NUMERICS_LIBRARIES itkvnl itkvnl_algo itknetlib itkvcl
)
ENDIF
(
ITK_USE_SYSTEM_VXL
)
#ROMAIN
IF
(
BORLAND
)
SET
(
ITK_REQUIRED_CXX_FLAGS
"
${
ITK_REQUIRED_CXX_FLAGS
}
-w- -whid -waus -wpar"
)
...
...
@@ -301,7 +297,6 @@ IF(ITK_USE_SYSTEM_GDCM)
)
ENDIF
(
ITK_USE_SYSTEM_GDCM
)
#ROMAIN END
# Provide options to use system versions of third-party libraries.
ITK_THIRD_PARTY_OPTION
(
ZLIB zlib
)
...
...
This diff is collapsed.
Click to expand it.
Utilities/ITK/Utilities/CMakeLists.txt
+
1
−
1
View file @
bee7f63c
...
...
@@ -73,5 +73,5 @@ ENDIF(ITK_BUILD_CABLESWIG)
#-----------------------------------------------------------------------------
# Install the UseITK.cmake file configured from the top-level.
INSTALL_FILES
(
/lib/otb
".cmake"
"ITKConfig"
)
#
INSTALL_FILES(/lib/otb ".cmake" "ITKConfig")
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