cburstedde / libsc

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

cmake:SC_ENABLE_MPI cache var like SC_HAVE_ZLIB for global scope #154

Closed scivision closed 8 months ago

scivision commented 8 months ago

A global scope (e.g. cache) variable is necessary for p4est, forestclaw, etc. to properly propagate libsc configuration for MPI

use SC_ENABLE_MPI and SC_HAVE_ZLIB rather than option() variables for consistent logic.