Skip to content
Snippets Groups Projects
Commit 9fe1d86b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing include in StandaloneMacros

parent aeea0d4f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
# OTB before including OTBModuleMacros. This is the preferred way to build an
# OTB module outside of the OTB source tree.
include(GenerateExportHeaderCustom)
macro(otb_module_test)
include(../otb-module.cmake) # Load module meta-data
set(${otb-module-test}_LIBRARIES "")
......
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