Skip to content
Snippets Groups Projects

Release 7.1

Merged Cédric Traizet requested to merge release-7.1 into develop
24 files
+ 469
114
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -36,7 +36,7 @@ if(NOT EXISTS ${OTB_CMAKE_DIR}/OTBModuleMacros.cmake)
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 "
"the OTB_BUILD_MODULE_AS_STANDALONE option. Beware that dependency "
"between remote modules will NOT be tracked.")
endif()
endif()
Loading