Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
a12511f5
Commit
a12511f5
authored
5 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
TGeoTessellated is introduce in ROOT 6.22 not 6.20
parent
2fc42502
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/ClientTests/CMakeLists.txt
+1
-1
1 addition, 1 deletion
examples/ClientTests/CMakeLists.txt
with
1 addition
and
1 deletion
examples/ClientTests/CMakeLists.txt
+
1
−
1
View file @
a12511f5
...
...
@@ -194,7 +194,7 @@ list(APPEND ClientTests_ShapeTests Box Cone ConeSegment Tube ElTube CutTube Hype
list
(
APPEND ClientTests_ShapeTests EightPointSolid Eightpoint_Reflect_Volume Eightpoint_Reflect_DetElement
)
list
(
APPEND ClientTests_ShapeTests Polycone Polyhedra PseudoTrap PseudoTrap2 Sphere Torus Trap Trd1 Trd2
)
list
(
APPEND ClientTests_ShapeTests TruncatedTube ExtrudedPolygon
)
if
(
${
ROOT_VERSION
}
VERSION_GREATER 6.1
9
.00
)
if
(
${
ROOT_VERSION
}
VERSION_GREATER 6.
2
1.00
)
list
(
APPEND ClientTests_ShapeTests Tesselated
)
endif
()
foreach
(
test
${
ClientTests_ShapeTests
}
)
...
...
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