Skip to content
Snippets Groups Projects
Commit 089ab9ab authored by Julien Michel's avatar Julien Michel
Browse files

BUG: We need to call otb_module_impl() in all cases

parent 69367433
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ 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.")
include(OTBStandaloneModuleMacros)
otb_module_impl()
else()
# Setup build locations.
......
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