Merge pull request #1396 from akva2/remove_err_brace

fixed: remove erroneous brace
This commit is contained in:
Arne Morten Kvarving 2018-02-05 12:10:39 +01:00 committed by GitHub
commit a2419e285f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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