Skip to content

Commit

Permalink
LAPACKE cmake workaround (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix committed Jul 2, 2024
1 parent 729cd84 commit b5b566f
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 @@ -251,8 +251,8 @@ if("${DDC_BUILD_KERNELS_SPLINES}")

# Lapacke
find_package(LAPACKE REQUIRED)
target_link_libraries(DDC INTERFACE "${LAPACKE_LIBRARIES}")
target_include_directories(DDC INTERFACE "${LAPACKE_INCLUDE_DIRS}")
target_link_libraries(DDC INTERFACE ${LAPACKE_LIBRARIES})
target_include_directories(DDC INTERFACE ${LAPACKE_INCLUDE_DIRS})
endif()

## The PDI wrapper
Expand Down

0 comments on commit b5b566f

Please sign in to comment.