Skip to content
Snippets Groups Projects
Commit de7b309c authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

nomsg

parent 9a96e1d1
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ SET(OTB_VERSION_PATCH "0") ...@@ -17,7 +17,6 @@ SET(OTB_VERSION_PATCH "0")
# enough to distinguish available features of the toolkit. # enough to distinguish available features of the toolkit.
SET(OTB_VERSION_STRING "${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}") SET(OTB_VERSION_STRING "${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}")
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# RECHERCHE DES LIBRAIRIES EXTERNES UTILISEES # RECHERCHE DES LIBRAIRIES EXTERNES UTILISEES
...@@ -174,6 +173,10 @@ INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityC.cmake) ...@@ -174,6 +173,10 @@ INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityC.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake) INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake)
#-----------------------------------------------------------------------------
# Repertoire des images de tldetection.
SET( OTB_DATA_DIR "$ENV{OTB_DATA_DIR}" CACHE STRING "Image directory")
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Configure Dart testing support. This should be done before any # Configure Dart testing support. This should be done before any
# MESSAGE(FATAL_ERROR ...) commands are invoked. # MESSAGE(FATAL_ERROR ...) commands are invoked.
......
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