mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #1396 from akva2/remove_err_brace
fixed: remove erroneous brace
This commit is contained in:
commit
a2419e285f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user