Skip to content
Snippets Groups Projects
Commit 21346bce authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[cmake] Correctly set variable HAVE_PTSCOTCH

* was always false before, even if scotch is installed
parent 517e2853
No related branches found
No related tags found
1 merge request!2497[cmake] Correctly set variable HAVE_PTSCOTCH
...@@ -11,5 +11,6 @@ find_package(Gstat) ...@@ -11,5 +11,6 @@ find_package(Gstat)
find_package(Gmsh) find_package(Gmsh)
find_package(NLOPT) find_package(NLOPT)
find_package(PTScotch) find_package(PTScotch)
include(AddPTScotchFlags)
find_package(PVPython) find_package(PVPython)
find_package(Valgrind) find_package(Valgrind)
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