tmp update
This commit is contained in:
@@ -7,7 +7,7 @@ if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
|
||||
include_directories(${OpenBLAS_INCLUDE_DIRS})
|
||||
elseif(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Darwin")
|
||||
# set OpenBLAS directory manually
|
||||
set(OpenBLAS_DIR /opt/homebrew/Cellar/openblas/0.3.17/lib/cmake/openblas)
|
||||
set(OpenBLAS_DIR /opt/homebrew/Cellar/openblas/0.3.20/lib/cmake/openblas)
|
||||
find_package(OpenBLAS REQUIRED)
|
||||
include_directories(${OpenBLAS_INCLUDE_DIRS})
|
||||
elseif(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Linux")
|
||||
|
Reference in New Issue
Block a user