Skip to content
Snippets Groups Projects
Commit 169d5e81 authored by Markus Blatt's avatar Markus Blatt
Browse files

Use find_package instead of include to allow for deactivation of packages.

[[Imported from SVN: r1919]]
parent 0493eec2
No related branches found
No related tags found
No related merge requests found
include(FindBoostFusion)
include(FindParMETIS)
message("PARMETIS_FOUND=${PARMETIS_FOUND}")
message("ParMETIS_FOUND=${ParMETIS_FOUND}")
include(FindSuperLU)
find_package(BoostFusion)
find_package(ParMETIS)
find_package(SuperLU)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment