Skip to content

Commit

Permalink
Disable find mkl (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool authored Jun 28, 2023
1 parent 7ff6d89 commit 42e92fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()

set(CMAKE_DISABLE_FIND_PACKAGE_MKL TRUE)

set(languages CXX)
set(_K2_WITH_CUDA ON)

Expand Down

0 comments on commit 42e92fd

Please sign in to comment.