Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
21346bce
Commit
21346bce
authored
Mar 03, 2021
by
Kilian Weishaupt
Committed by
Timo Koch
Mar 03, 2021
Browse files
[cmake] Correctly set variable HAVE_PTSCOTCH
* was always false before, even if scotch is installed
parent
517e2853
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/DumuxMacros.cmake
View file @
21346bce
...
...
@@ -11,5 +11,6 @@ find_package(Gstat)
find_package
(
Gmsh
)
find_package
(
NLOPT
)
find_package
(
PTScotch
)
include
(
AddPTScotchFlags
)
find_package
(
PVPython
)
find_package
(
Valgrind
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment