Skip to content

Commit

Permalink
silence
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 25, 2024
1 parent 18a51d5 commit 14cb205
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ option ( BLA_STATIC
"OFF (default): dynamic linking of BLAS. ON: static linking of BLAS" OFF )

if ( DEFINED BLAS_LIBRARIES OR DEFINED BLAS_INCLUDE_DIRS )
# AMICI -- silence cmake "Manually-specified variables were not used by the project"
set(amici_ignore "${BLAS_LIBRARIES} ${BLAS_INCLUDE_DIRS}")

# User supplied variables for libraries and/or include directories.
# Use them as-is.
if ( SUITESPARSE_USE_64BIT_BLAS )
Expand Down

0 comments on commit 14cb205

Please sign in to comment.