From 9fe1d86bc99301e4a8f7e65a46a218856078807c Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Tue, 6 Aug 2019 12:27:37 +0200 Subject: [PATCH] BUG: missing include in StandaloneMacros --- CMake/OTBStandaloneModuleMacros.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMake/OTBStandaloneModuleMacros.cmake b/CMake/OTBStandaloneModuleMacros.cmake index e877a15ceb..5771498ab5 100644 --- a/CMake/OTBStandaloneModuleMacros.cmake +++ b/CMake/OTBStandaloneModuleMacros.cmake @@ -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 "") -- GitLab