cmake: Fix SuperLU include discovery on Fedora 32

This commit is contained in:
Alexander von Gluck IV 2020-08-27 12:10:00 -05:00 committed by manongjohn
parent 2d3f05e838
commit 60c390ede7

View file

@ -4,6 +4,7 @@ if(WITH_SYSTEM_SUPERLU)
set(_header_hints)
set(_header_suffixes
superlu
SuperLU
)
set(_lib_suffixes)
else()