cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
36 stars 34 forks source link

Make sure downstream user are aware of SC_HAVE_JON value. #125

Closed pkestene closed 1 year ago

pkestene commented 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.

this is an addendum to MR #119