Skip to content

Commit

Permalink
[guix] Removed xdmf requirement on guix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Nov 1, 2023
1 parent 4f7a690 commit 2b385ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ if(OGS_BUILD_CLI OR OGS_BUILD_UTILS OR OGS_BUILD_TESTING)
add_subdirectory(ParameterLib)
add_subdirectory(MaterialLib)
add_subdirectory(ProcessLib)
endif()
if(TARGET OgsXdmf)
add_subdirectory(Tests/xdmfdiff)
endif()
if(OGS_BUILD_TESTING AND PROJECT_IS_TOP_LEVEL)
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/collection
Submodule collection updated from a60702 to 5d836e
2 changes: 1 addition & 1 deletion scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ if(OGS_USE_PETSC)
endif()
endif()

if(OGS_BUILD_TESTING OR OGS_BUILD_CLI OR OGS_BUILD_UTILS)
if((OGS_BUILD_TESTING OR OGS_BUILD_UTILS) AND NOT GUIX_BUILD)
set(XDMF_LIBNAME OgsXdmf CACHE STRING "")
CPMAddPackage(
NAME xdmf
Expand Down

0 comments on commit 2b385ba

Please sign in to comment.