Skip to content

Commit

Permalink
Detect arpack shared lib as well as static.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 26, 2016
1 parent 3e08be8 commit d6d17fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ENDIF(NOT WIN32)


# ARPACK
find_library(ARPACK_LIB libarpack.a PATHS external external/ARPACK )
find_library(ARPACK_LIB arpack PATHS external external/ARPACK )


IF (NOT ARPACK_LIB)
Expand Down

0 comments on commit d6d17fa

Please sign in to comment.