Skip to content
Snippets Groups Projects
Commit a3cc816f authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

MRG

parents 811f7ed0 bc8d03d7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,10 @@ INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake)
#-----------------------------------------------------------------------------
# Configure Dart testing support. This should be done before any
# MESSAGE(FATAL_ERROR ...) commands are invoked.
OPTION(BUILD_TESTING "Build testing." OFF)
OPTION(BUILD_EXAMPLES "Build the Examples directory." OFF)
INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake)
MARK_AS_ADVANCED(TCL_TCLSH DART_ROOT)
ENABLE_TESTING()
......@@ -63,8 +67,6 @@ ENDIF(BUILD_TESTING)
INCLUDE(CommonDefinitions)
OPTION(BUILD_TESTING "Build testing." OFF)
OPTION(BUILD_EXAMPLES "Build the Examples directory." OFF)
#-----------------------------------------------------------------------------
# Option to activate deprecated classes
......
......@@ -45,7 +45,25 @@ OTB-v.3.8.0 - Changes since version 3.6.0 (????/??/??)
* Internal ITK: removed compilation of medical image formats library and associated ImageIO
* Internal ITK: removed dependency on libtiff, libjpeg, libpng and zlib, now handled by gdal
* Support for gcc-4.5
* Bug fix:
* Monteverdi
* 0000216: Monteverdi viewer unable to display multi band images
* 0000193: Crash in vectorization module when the after the activation of the semi-automatic mode
* 0000195: unable to perform TSX calibration with the sar calibration module in monteverdi 1.4
* 0000207: Vectorization module shift coordinates
* 0000202: Error message "otbSVMModel.txx:310 eps <= O" in the SVM classification module
* 0000194: error message opening dataset in monteverdi (development version)
* 0000200: Monteverdi -in option does not open viewer anymore
* OTB-applications
* 0000213: Problem in denomination of otb process chain wrapped as qgis plugin
* 0000201: otbFastOrthoRectif switched back to double precision again
* OTB-lib
* 0000192: Crappy support of gdal: GDALImageIO
OTB-v.3.6.0 - Changes since version 3.4.0 (2010/10/07)
-----------------------------------------
......
......@@ -58,7 +58,7 @@ ELSE(OTB_BINARY_DIR)
ENDMACRO(OTB_ADD_EXECUTABLE)
# Find OTB and load its settings.
FIND_PACKAGE(OTB)
FIND_PACKAGE(OTB PATHS /usr/lib/otb)
IF(OTB_FOUND)
INCLUDE(${OTB_USE_FILE})
ADD_SUBDIRECTORY(Code)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment