Skip to content

Commit

Permalink
Fix the umfpack issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-korous committed Feb 18, 2013
1 parent 8d1a461 commit 4c12a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindUMFPACK.cmake
Expand Up @@ -33,7 +33,7 @@ FIND_LIBRARY(SSC_LIBRARY NAMES libsuitesparseconfig suitesparseconfig PATHS /u
FIND_LIBRARY(AMD_LIBRARY NAMES libamd amd PATHS /usr/lib /usr/local/lib/AMD)

if(${SSC_LIBRARY} STREQUAL "SSC_LIBRARY-NOTFOUND")
set(SSC_LIBRARY " ")
set(SSC_LIBRARY "")
endif(${SSC_LIBRARY} STREQUAL "SSC_LIBRARY-NOTFOUND")

SET(UMFPACK_INCLUDE_DIRS ${UMFPACK_INCLUDE_DIR} ${AMD_INCLUDE_DIR})
Expand Down

0 comments on commit 4c12a79

Please sign in to comment.