Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
c8a717f2
Verified
Commit
c8a717f2
authored
3 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[cpm] Updated vtkdiff.
parent
a83e7170
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/cmake/Dependencies.cmake
+1
-4
1 addition, 4 deletions
scripts/cmake/Dependencies.cmake
with
1 addition
and
4 deletions
scripts/cmake/Dependencies.cmake
+
1
−
4
View file @
c8a717f2
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment