diff options
author | derek_kim <bluewhale8202@gmail.com> | 2018-04-26 22:57:11 +0900 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2018-04-26 09:57:11 -0400 |
commit | 984516bdc4bcc433768474ba4bddf1271a87502f (patch) | |
tree | 03469a4710f65b6d00f97a6210e6c0313c0a8abf | |
parent | 3964253f943668fe076c992dbf91e975b3b4c3c4 (diff) | |
download | pytorch-984516bdc4bcc433768474ba4bddf1271a87502f.tar.gz pytorch-984516bdc4bcc433768474ba4bddf1271a87502f.tar.bz2 pytorch-984516bdc4bcc433768474ba4bddf1271a87502f.zip |
typo corrected: is -> if (#6980)
-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) |