Skip to content

Commit

Permalink
Remove DLAF_WITH_MKL from DLAFConfig.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 31, 2024
1 parent 1758a66 commit 5f5bb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/template/DLAFConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})

# ===== VARIABLES
set(DLAF_WITH_OPENMP @DLAF_WITH_OPENMP@)
set(DLAF_WITH_MKL @DLAF_WITH_MKL@)
set(DLAF_WITH_CUDA @DLAF_WITH_CUDA@)
set(DLAF_WITH_HIP @DLAF_WITH_HIP@)
set(DLAF_WITH_GPU @DLAF_WITH_GPU@)
Expand Down

0 comments on commit 5f5bb92

Please sign in to comment.