Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
a91dbd46
Commit
a91dbd46
authored
Aug 26, 2008
by
OTB Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplification du CMakeLists.txt de base de l'OTB (simplification par rapport à celui de ITK 3.8.0)
parent
f677a35b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
174 additions
and
179 deletions
+174
-179
CMakeLists.txt
CMakeLists.txt
+170
-176
Utilities/otbossim/include/ossim/ossimConfig.h.in
Utilities/otbossim/include/ossim/ossimConfig.h.in
+4
-3
No files found.
CMakeLists.txt
View file @
a91dbd46
This diff is collapsed.
Click to expand it.
Utilities/otbossim/include/ossim/ossimConfig.h.in
View file @
a91dbd46
...
...
@@ -91,13 +91,14 @@
/* Define to the correct byte sizes.
* If not available define to 0 so OSSIM uses the defaults
*/
#define OSSIM_SIZEOF_FLOAT @OTB_SIZEOF_FLOAT@
#define OSSIM_SIZEOF_DOUBLE @OTB_SIZEOF_DOUBLE@
#define OSSIM_SIZEOF_LONG_LONG @OTB_SIZEOF_LONG_LONG@
#define OSSIM_SIZEOF_LONG_INT @OTB_SIZEOF_LONG_INT@
#define OSSIM_SIZEOF_INT @OTB_SIZEOF_INT@
#define OSSIM_SIZEOF_SHORT_INT @OTB_SIZEOF_SHORT_INT@
#define OSSIM_SIZEOF_FLOAT @CMAKE_SIZEOF_FLOAT@
#define OSSIM_SIZEOF_DOUBLE @CMAKE_SIZEOF_DOUBLE@
#define OSSIM_SIZEOF_INT @CMAKE_SIZEOF_INT@
/* These are OS specific defines */
#define __OSSIM_LINUX__ 0
#define __OSSIM_DARWIN__ 0
...
...
Write
Preview
Markdown
is supported
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