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

[Merge][CMake] Merged revisions : 1722

Revision  r1722
.----------------------
find_package(SuperLU) failed with an error if SuperLU was not found.
This was due to the fact that find_<lib|file>(varname ...) sets
${varname} to varname-NOTFOUND if nothing is found.
Therefore using the variable varname in
CMAKE_REQUIRED_<LIBRARIES|INCLUDES> is a really bad idea.

We are preventing this now by checking the variables first.

.----------------------


[[Imported from SVN: r1851]]
parents 7aeace03 b401b601
No related branches found
No related tags found
No related merge requests found
Loading
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