remove trailing semicolon in package dependency list
causes a cmake warning, "Empty dependency in find module for dune-polygongrid (check for trailing semi-colon)"
This commit is contained in:
parent
6a00383cdc
commit
02fc95d0f7
@ -19,8 +19,7 @@ find_opm_package (
|
||||
# TODO: we should probe for all the HAVE_* values listed below;
|
||||
# however, we don't actually use them in our implementation, so
|
||||
# we just include them to forward here in case anyone else does
|
||||
"dune-common REQUIRED;
|
||||
"
|
||||
"dune-common REQUIRED"
|
||||
# header to search for
|
||||
"dune/polygongrid/mesh.hh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user