cburstedde / libsc

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

CMake: correct pkgconf generation #110

Closed scivision closed 1 year ago

scivision commented 1 year ago

CMake:pkgconf: only specify used requirements

Following up on issue #107 .

StefanBruens commented 1 year ago

orte should be omitted, it is a runtime, not a build time dependency.

scivision commented 1 year ago

Thanks