Skip to content

Commit a158ff4

Browse files
committed
getting too fancy with it
1 parent 6c4aa22 commit a158ff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,11 @@ else()
258258
endif()
259259
endif()
260260
else()
261-
if(BLAS_generic_LIBRARY)
262261
check_symbol_exists(cblas_sgemm "cblas.h" HAS_CBLAS_SYMBOLS)
263262
if(NOT HAS_CBLAS_SYMBOLS)
264263
find_library(CBLAS_REFERENCE_LIB cblas libcblas REQUIRED)
265264
target_link_libraries(RcppPlanc PRIVATE ${CBLAS_REFERENCE_LIB})
266265
endif()
267-
endif()
268266
endif()
269267
endif()
270268
endif()

0 commit comments

Comments
 (0)