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

[MaL/LIS] CMake fix for USE_LIS define.

parent da6cf5f8
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ endif()
target_compile_definitions(
MathLib
PUBLIC
$<$<BOOL:${USE_LIS}>:USE_LIS>
$<$<BOOL:${OGS_USE_LIS}>:USE_LIS>
$<$<BOOL:${OGS_USE_CVODE}>:CVODE_FOUND>
$<$<BOOL:${EIGEN_NO_DEBUG}>:EIGEN_NO_DEBUG>
$<$<BOOL:${EIGEN_DONT_VECTORIZE}>:EIGEN_DONT_VECTORIZE>
......
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