Skip to content
Snippets Groups Projects
Commit 474103f2 authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: cmake typo

parent 968396f0
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ elseif (OTB_WRAP_PYTHON)
if (${PYTHONLIBS_VERSION_STRING} STRGREATER "3.0.0")
set(PYTHONPATH_COOKBOOK "${CMAKE_BINARY_DIR}/lib/otb/python")
else()
message(ERROR "Must wrap OTB with python lib 3+ to build the cookbook, but found version ${PYTHONLIBS_VERSION_STRING}")
message(FATAL_ERROR "Must wrap OTB with python lib 3+ to build the cookbook, but found version ${PYTHONLIBS_VERSION_STRING}")
endif()
endif()
......
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