Skip to content
Snippets Groups Projects
Unverified Commit 67dd86c2 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Build xdmf libs only when OGS_BUILD_TESTING=ON.

parent 6e1b1170
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ if(OGS_USE_PETSC)
endif()
endif()
if((OGS_BUILD_TESTING OR OGS_BUILD_UTILS) AND NOT GUIX_BUILD)
if(OGS_BUILD_TESTING AND NOT GUIX_BUILD)
set(XDMF_LIBNAME OgsXdmf CACHE STRING "")
CPMAddPackage(
NAME xdmf
......
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