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.
2 parents 186581d + 49ac048 commit 6f22e6cCopy full SHA for 6f22e6c
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