fixed: remove erroneous brace

This commit is contained in:
Arne Morten Kvarving 2018-02-05 11:38:07 +01:00
parent 9617cf012e
commit 05593c975d

View File

@ -39,7 +39,7 @@ if(SIBLING_SEARCH AND NOT opm-common_DIR)
set(opm-common_DIR ${_parent_full_dir}/${_opm_common_leaf})
elseif(IS_DIRECTORY ${_parent_full_dir}/opm-common)
# All modules are in a common build dir
set(opm-common_DIR "${_parent_full_dir}/opm-common}")
set(opm-common_DIR "${_parent_full_dir}/opm-common")
endif()
endif()
endif()