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

Correction MESSAGE

parent 6e57b0c8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ IF(OTB_FOUND)
INCLUDE(${OTB_USE_FILE})
ELSE(OTB_FOUND)
MESSAGE(FATAL_ERROR
"Cannot build OTB project without OTB. Please set OTB_DIR.")
"Cannot build HelloWorld application without OTB. Please set OTB_DIR.")
ENDIF(OTB_FOUND)
ADD_EXECUTABLE(HelloWorld HelloWorld.cxx )
......
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