Skip to content

Commit

Permalink
Fix cmake: cannot create directory: /cmake/Amici
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 27, 2024
1 parent 790ab44 commit 5ecd3ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmake/AmiciFindBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ if(NOT TARGET BLAS::BLAS)
INTERFACE_INCLUDE_DIRECTORIES "${BLAS_INCLUDE_DIRS}"
INTERFACE_LINK_LIBRARIES "${BLAS_LIBRARIES}")
add_library(BLAS::BLAS ALIAS BLAS)
install(TARGETS BLAS EXPORT BLAS)
export(EXPORT BLAS NAMESPACE BLAS::)
install(
EXPORT BLAS
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/Amici"
NAMESPACE BLAS::)


# legacy python package environment variables:
if(DEFINED ENV{BLAS_CFLAGS})
Expand Down

0 comments on commit 5ecd3ee

Please sign in to comment.