fixed: remove erroneous brace

This commit is contained in:
Arne Morten Kvarving 2018-02-05 11:35:10 +01:00
parent 7d5aa79922
commit 3a447d8532

View File

@ -25,7 +25,7 @@ macro(create_module_dir_var module)
set(${module}_DIR ${_parent_full_dir}/${_module_leaf})
elseif(IS_DIRECTORY ${_parent_full_dir}/${_clone_dir})
# All modules are in a common build dir
set(${module}_DIR "${_parent_full_dir}/${_clone_dir}}")
set(${module}_DIR "${_parent_full_dir}/${_clone_dir}")
endif()
endif()
endif()