Skip to content
Snippets Groups Projects
Verified Commit c8a717f2 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cpm] Updated vtkdiff.

parent a83e7170
No related branches found
No related tags found
No related merge requests found
...@@ -395,12 +395,9 @@ endif() ...@@ -395,12 +395,9 @@ endif()
if(OGS_BUILD_TESTING) if(OGS_BUILD_TESTING)
CPMAddPackage( CPMAddPackage(
NAME vtkdiff GITHUB_REPOSITORY ufz/vtkdiff NAME vtkdiff GITHUB_REPOSITORY ufz/vtkdiff
GIT_TAG 49403cee266bb8e80405a02d677dbb5f71afc61a GIT_TAG 8b7bfce2f2302263c9fdc0201f765e375c8a8a36
) )
if(vtkdiff_ADDED) if(vtkdiff_ADDED)
if(VTK_ADDED)
target_include_directories(vtkdiff PRIVATE ${VTK_INCLUDE_DIRS})
endif()
install(PROGRAMS $<TARGET_FILE:vtkdiff> DESTINATION bin) install(PROGRAMS $<TARGET_FILE:vtkdiff> DESTINATION bin)
endif() endif()
endif() endif()
......
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