Skip to content
Snippets Groups Projects
Commit badc0b15 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix CMake/OTBWrapperMacros.cmake to include the renamed file

parent 4877bf48
No related branches found
No related tags found
No related merge requests found
# Source : http://www.itk.org/Wiki/CMakeMacroParseArguments
macro(PARSE_ARGUMENTS prefix arg_names option_names)
macro(OTB_PARSE_ARGUMENTS prefix arg_names option_names)
set(DEFAULT_ARGS)
foreach(arg_name ${arg_names})
set(${prefix}_${arg_name})
......
include(ParseArguments)
include(OTBParseArguments)
macro(OTB_CREATE_APPLICATION)
PARSE_ARGUMENTS(
OTB_PARSE_ARGUMENTS(
APPLICATION
"NAME;SOURCES;INCLUDE_DIRS;LINK_LIBRARIES;INSTALL_PATH"
""
......
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