Skip to content
Snippets Groups Projects
Commit 50b03c8b authored by Julien Malik's avatar Julien Malik
Browse files

COMP: not finding OTB_DIR is a fatal error

parent 802721c1
Branches
Tags
No related merge requests found
......@@ -88,7 +88,7 @@ ELSE(OTB_BINARY_DIR)
INCLUDE(${OTB_USE_FILE})
ADD_SUBDIRECTORY(Code)
ELSE(OTB_FOUND)
MESSAGE("OTB not found. Please set OTB_DIR")
MESSAGE(FATAL_ERROR "OTB not found. Please set OTB_DIR")
ENDIF(OTB_FOUND)
CONFIGURE_FILE(../CMake/CTestCustom.cmake.in CTestCustom.cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment