Skip to content

Commit 6c4aa22

Browse files
committed
save blas_implicit for another day
1 parent 7c7bd77 commit 6c4aa22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ 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 "")
235-
target_compile_definitions(RcppPlanc PRIVATE BLAS_IMPLICIT)
236-
endif()
234+
#if(BLAS_LIBRARIES MATCHES "")
235+
#target_compile_definitions(RcppPlanc PRIVATE BLAS_IMPLICIT)
236+
#endif()
237237
if(BLAS_LIBRARY_STRING MATCHES ^.*OPENBLAS.*)
238238
check_include_file("openblas/cblas.h" OPENBLAS_HEADER)
239239
if(OPENBLAS_HEADER)

0 commit comments

Comments
 (0)