Skip to content

Commit 7c7bd77

Browse files
committed
typo
1 parent cef7654 commit 7c7bd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ endif()
231231
#endif()
232232
list(JOIN BLAS_LIBRARIES " " BLAS_LIBRARY_STRING)
233233
string(TOUPPER ${BLAS_LIBRARY_STRING} BLAS_LIBRARY_STRING)
234-
if($BLAS_LIBRARIES MATCHES "")
234+
if(BLAS_LIBRARIES MATCHES "")
235235
target_compile_definitions(RcppPlanc PRIVATE BLAS_IMPLICIT)
236236
endif()
237237
if(BLAS_LIBRARY_STRING MATCHES ^.*OPENBLAS.*)

0 commit comments

Comments
 (0)