We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bc08d commit 49ac048Copy full SHA for 49ac048
cmake/external/openblas.cmake
@@ -29,7 +29,7 @@ IF(NOT ${CBLAS_FOUND})
29
"${CBLAS_INSTALL_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}openblas${CMAKE_STATIC_LIBRARY_SUFFIX}"
30
CACHE FILEPATH "openblas library." FORCE)
31
32
- SET(OPENBLAS_CC "${CMAKE_C_COMPILER}")
+ SET(OPENBLAS_CC "${CMAKE_C_COMPILER} -Wno-unused-but-set-variable -Wno-unused-variable")
33
34
IF(CMAKE_CROSSCOMPILING)
35
SET(OPTIONAL_ARGS HOSTCC=${HOST_C_COMPILER})
0 commit comments