Skip to content
Snippets Groups Projects

Update set_package_properties for ARPack and SuperLU

Merged Simon Praetorius requested to merge issue/move-package-property-purpose-to-usefile into master
1 unresolved thread
5 files
+ 23
12
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -12,6 +12,13 @@
#
# A list of targets to use ARPACKPP with.
#
include_guard(GLOBAL)
set_package_properties("ARPACK" PROPERTIES
PURPOSE "Solve large scale eigenvalue problems")
set_package_properties("ARPACKPP" PROPERTIES
PURPOSE "C++ interface for ARPACK")
function(add_dune_arpackpp_flags _targets)
if(ARPACKPP_FOUND)
Loading