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
bb9997f2
Commit
bb9997f2
authored
1 year ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
DDCad: test: use newer duck for newer assimp versions
parent
f00165dd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/DDCAD/CMakeLists.txt
+5
-0
5 additions, 0 deletions
examples/DDCAD/CMakeLists.txt
examples/DDCAD/compact/Check_Shape_Collada_duck.xml.in
+1
-1
1 addition, 1 deletion
examples/DDCAD/compact/Check_Shape_Collada_duck.xml.in
with
6 additions
and
1 deletion
examples/DDCAD/CMakeLists.txt
+
5
−
0
View file @
bb9997f2
...
...
@@ -52,6 +52,11 @@ set(ClientTestsEx_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/ClientTests)
# Single shape tests:
#Reference for test depends on assimp version
if
(
assimp_VERSION VERSION_GREATER_EQUAL 5.2.0
)
set
(
assimp_duck_VERSION 5.2.0
)
else
()
set
(
assimp_duck_VERSION 5.0.0
)
endif
()
configure_file
(
${
CMAKE_CURRENT_LIST_DIR
}
/compact/Check_Shape_Collada_duck.xml.in
${
CMAKE_CURRENT_LIST_DIR
}
/compact/Check_Shape_Collada_duck.xml @ONLY
)
...
...
This diff is collapsed.
Click to expand it.
examples/DDCAD/compact/Check_Shape_Collada_duck.xml.in
+
1
−
1
View file @
bb9997f2
...
...
@@ -20,7 +20,7 @@
<check vis="Shape1_vis">
<shape type="CAD_Shape" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/Collada/duck.dae" mesh="0"/>
</check>
<test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_Collada_duck.txt.@assimp_VERSION@" create="CheckShape_create"/>
<test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_Collada_duck.txt.@assimp_
duck_
VERSION@" create="CheckShape_create"/>
</detector>
</detectors>
</lccdd>
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