We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a2c6f commit 31e0bdaCopy full SHA for 31e0bda
bench/spbench/CMakeLists.txt
@@ -60,7 +60,7 @@ if(PASTIX_FOUND AND PASTIX_pastix_nompi.h_INCLUDE_DIRS AND BLAS_FOUND)
60
endif(SCOTCH_FOUND)
61
set(SPARSE_LIBS ${SPARSE_LIBS} ${PASTIX_LIBRARIES_DEP} ${ORDERING_LIBRARIES})
62
set(PASTIX_ALL_LIBS ${PASTIX_LIBRARIES_DEP})
63
-endif(PASTIX_FOUND AND BLAS_FOUND)
+endif()
64
65
if(METIS_FOUND)
66
include_directories(${METIS_INCLUDE_DIRS})
0 commit comments