We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7bd77 commit 6c4aa22Copy full SHA for 6c4aa22
tools/CMakeLists.txt
@@ -231,9 +231,9 @@ endif()
231
#endif()
232
list(JOIN BLAS_LIBRARIES " " BLAS_LIBRARY_STRING)
233
string(TOUPPER ${BLAS_LIBRARY_STRING} BLAS_LIBRARY_STRING)
234
-if(BLAS_LIBRARIES MATCHES "")
235
-target_compile_definitions(RcppPlanc PRIVATE BLAS_IMPLICIT)
236
-endif()
+#if(BLAS_LIBRARIES MATCHES "")
+#target_compile_definitions(RcppPlanc PRIVATE BLAS_IMPLICIT)
+#endif()
237
if(BLAS_LIBRARY_STRING MATCHES ^.*OPENBLAS.*)
238
check_include_file("openblas/cblas.h" OPENBLAS_HEADER)
239
if(OPENBLAS_HEADER)
0 commit comments