Skip to content

Commit

Permalink
Fixed CMake script of FindOpenBLAS.
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhiheng committed Sep 8, 2014
1 parent 5ab3d97 commit 68e2657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeScripts/FindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
$ENV{OpenBLAS_HOME}/lib
)

FIND_PATH(OpenBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${ATLAS_POSSIBLE_INCLUDE_PATHS})
FIND_PATH(OpenBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${Open_BLAS_INCLUDE_SEARCH_PATHS})
FIND_LIBRARY(OpenBLAS_LIB NAMES openblas PATHS ${Open_BLAS_LIB_SEARCH_PATHS})

SET(OpenBLAS_FOUND ON)
Expand Down

0 comments on commit 68e2657

Please sign in to comment.