Skip to content
Snippets Groups Projects
Commit 0793933c authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add include_guard to AddBLASLapackFlags

parent 42fbc09d
Branches
No related tags found
1 merge request!947Move cmake package description into AddPackageFlags.cmake files
Pipeline #34598 passed with warnings
......@@ -9,13 +9,14 @@
#
# A list of targets to use BLAS/Lapack with.
#
include_guard(GLOBAL)
set_package_properties("BLAS" PROPERTIES
DESCRIPTION "fast linear algebra routines")
set_package_properties("LAPACK" PROPERTIES
DESCRIPTION "fast linear algebra routines")
# register HAVE_METIS for config.h
# register HAVE_BLAS and HAVE_LAPACK for config.h
set(HAVE_BLAS ${BLAS_FOUND})
set(HAVE_LAPACK ${LAPACK_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment