Skip to content

Commit

Permalink
[scr] Updated vtkdiff hash after GitHub PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chleh authored and bilke committed Oct 17, 2023
1 parent cf17bee commit 08ef68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ else()
endif()

if(OGS_BUILD_TESTING OR OGS_BUILD_UTILS)
CPMAddPackage(NAME vtkdiff GITHUB_REPOSITORY ufz/vtkdiff GIT_TAG master)
CPMAddPackage(NAME vtkdiff GITHUB_REPOSITORY ufz/vtkdiff GIT_TAG 9754b4da43c6adfb65d201ed920b5f6ea27b38b9)
if(vtkdiff_ADDED)
install(PROGRAMS $<TARGET_FILE:vtkdiff> DESTINATION bin)
endif()
Expand Down

0 comments on commit 08ef68b

Please sign in to comment.