Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jun 3, 2024
1 parent 9e7b30f commit 5a0a555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/template/DLAFConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ find_dependency(LAPACK)

if(DLAF_WITH_SCALAPACK)
set(SCALAPACK_LIBRARY "@SCALAPACK_LIBRARY@")
set(SCALAPACK_INCLUDE_DIR "@_SCALAPACK_INCLUDE_DIR@")
set(SCALAPACK_INCLUDE_DIR "@SCALAPACK_INCLUDE_DIR@")
find_dependency(SCALAPACK)
endif()

Expand Down

0 comments on commit 5a0a555

Please sign in to comment.