Merge pull request #331 from akva2/remove_err_brace

fixed: remove erroneous brace
This commit is contained in:
Atgeirr Flø Rasmussen 2018-02-12 12:32:04 +01:00 committed by GitHub
commit cf26fb3550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()