Move cmake package description into AddPackageFlags.cmake files
Summary
The cmake function set_package_properties
should be called only once. Thus, it should be moved to the Add<package>Flags.cmake
file that can be protected from multiple includes.
Additionally, the handling of BLAS and Lapack is moved into its own AddBLASLapckaFlags.cmake
file for consistency and to cleanup the DuneCommonMacros
.
Merge request reports
Activity
changed milestone to %New CMake Build-System
added buildsystem cleanup labels
mentioned in issue #199 (closed)
mentioned in commit 803bd22d
Please register or sign in to reply