Skip to content
Snippets Groups Projects
Commit eb020d4e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL] Set USE_MKL according to cmakes OGS_USE_MKL

Fixes #3075
parent 4ce034c2
No related branches found
No related tags found
No related merge requests found
......@@ -61,5 +61,5 @@ target_compile_definitions(MathLib
$<$<BOOL:${OGS_USE_EIGEN}>:OGS_USE_EIGEN>
$<$<BOOL:${CVODE_FOUND}>:CVODE_FOUND>
PRIVATE
$<$<BOOL:${USE_MKL}>:USE_MKL>
$<$<BOOL:${OGS_USE_MKL}>:USE_MKL>
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment