lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

removed `export(PACKAGE)` #40

Closed mauneyc-LANL closed 2 years ago

mauneyc-LANL commented 2 years ago

PR Summary

Comments out export(PACKAGE ...). As of cmake@3.15, this is a no-op. Prior versions will populate the user package registry (~/.cmake), which can confuse downstream builds. See https://cmake.org/cmake/help/latest/policy/CMP0090.html

PR Checklist