diff options
-rw-r--r-- | aten/src/TH/cmake/FindBLAS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aten/src/TH/cmake/FindBLAS.cmake b/aten/src/TH/cmake/FindBLAS.cmake index 59f4c59c14..c51f17b11f 100644 --- a/aten/src/TH/cmake/FindBLAS.cmake +++ b/aten/src/TH/cmake/FindBLAS.cmake @@ -12,7 +12,7 @@ # BLAS_LIBRARIES - list of libraries to link against to use BLAS # BLAS_INCLUDE_DIR - include directory -# Do nothing is BLAS was found before +# Do nothing if BLAS was found before IF(NOT BLAS_FOUND) SET(BLAS_LIBRARIES) |