Closed pkestene closed 1 year ago
e.g when p4est uses libsc (but don't build it), it needs to know about SC_HAVE_JSON value.
when doing find_package(SC), if SC is found SC_HAVE_JSON will be defined.
find_package(SC)
this is an addendum to MR #119
e.g when p4est uses libsc (but don't build it), it needs to know about SC_HAVE_JSON value.
when doing
find_package(SC)
, if SC is found SC_HAVE_JSON will be defined.this is an addendum to MR #119