Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ggael committed Dec 14, 2017
1 parent 26a2c6f commit 31e0bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/spbench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(PASTIX_FOUND AND PASTIX_pastix_nompi.h_INCLUDE_DIRS AND BLAS_FOUND)
endif(SCOTCH_FOUND)
set(SPARSE_LIBS ${SPARSE_LIBS} ${PASTIX_LIBRARIES_DEP} ${ORDERING_LIBRARIES})
set(PASTIX_ALL_LIBS ${PASTIX_LIBRARIES_DEP})
endif(PASTIX_FOUND AND BLAS_FOUND)
endif()

if(METIS_FOUND)
include_directories(${METIS_INCLUDE_DIRS})
Expand Down

0 comments on commit 31e0bda

Please sign in to comment.