message(FATAL_ERROR "Modules can only be built against an OTB build tree; they cannot be built against an OTB install tree. You can build your module as a standalone CMake project instead, by activating the BUILD_MODULE_AS_STANDALONE option. Beware that dependency between remote modules will NOT be tracked.")
message(FATAL_ERROR "Modules can only be built against an OTB build tree; \
they cannot be built against an OTB install tree. You can build your module \
as a standalone CMake project instead, by activating the \
BUILD_MODULE_AS_STANDALONE option. Beware that dependency between remote \
modules will NOT be tracked.")
endif()
endif()
if(OTB_BUILD_MODULE_AS_STANDALONE)
message(STATUS "You are building this module as a standalone CMake project. Beware that dependencies to other remote modules will not be tracked.")
message(STATUS "You are building this module as a standalone CMake project. \
Beware that dependencies to other remote modules will not be tracked.")