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
a91dbd46
Commit
a91dbd46
authored
Aug 26, 2008
by
OTB Bot
Browse files
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
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
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