Skip to content

Commit

Permalink
updated cmake to find clblast in sibling directory
Browse files Browse the repository at this point in the history
  • Loading branch information
l3utterfly committed Jan 23, 2024
1 parent 4cca5cc commit 83dd88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ endif()
if (LLAMA_CLBLAST)
# build CLBlast from source
# Add CLBlast directory
add_subdirectory(CLBlast)
add_subdirectory(../CLBlast ${CMAKE_CURRENT_BINARY_DIR}/clblast)

# Include directories for CLBlast
include_directories(CLBlast/include)
include_directories(../CLBlast/include)

message(STATUS "CLBlast source found")

Expand Down

0 comments on commit 83dd88a

Please sign in to comment.