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

[Merge][CMake] Merged revisions : 1706

Revision  r1706
.----------------------
[FindSuperLU.cmake] Add missing BLAS libraries for tests.

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


[[Imported from SVN: r1843]]
parents 6014d8e3 23bb9894
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ include(CheckCSourceCompiles)
include(CMakePushCheckState)
cmake_push_check_state()
set(CMAKE_REQUIRED_INCLUDES ${SUPERLU_INCLUDE_DIR})
set(CMAKE_REQUIRED_LIBRARIES ${SUPERLU_LIBRARY})
set(CMAKE_REQUIRED_LIBRARIES ${SUPERLU_LIBRARY} ${BLAS_LIBRARIES})
# check whether "mem_usage_t.expansions" was found in "slu_ddefs.h"
CHECK_C_SOURCE_COMPILES("
......
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