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:
Arne Morten Kvarving 2023-04-28 09:40:20 +02:00
parent 6a00383cdc
commit 02fc95d0f7

View File

@ -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"