Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
sft
lcgcmake
Merge requests
!515
DD4hep: Fix assimp flag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
DD4hep: Fix assimp flag
sailer-master-patch-39310
into
master
Overview
12
Commits
2
Pipelines
2
Changes
1
Merged
Andre Sailer
requested to merge
sailer-master-patch-39310
into
master
4 years ago
Overview
12
Commits
2
Pipelines
2
Changes
1
Expand
I just noticed in the dd4hep build log that this flag was not correct.
0
0
Merge request reports
Viewing commit
7faf96d9
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7faf96d9
DD4hep: set DD4HEP_LOAD_ASSIMP=OFF to prevent on the fly building of assimp
· 7faf96d9
Andre Sailer
authored
4 years ago
projects/CMakeLists.txt
+
1
−
1
Options
@@ -497,7 +497,7 @@ LCGPackage_add(
-DBUILD_DOCS=OFF
-DDD4HEP_USE_LCIO=ON
-DDD4HEP_USE_TBB=ON
IF DEFINED assimp_native_version THEN
-DDD4HEP_LOAD_ASSIMP=O
N ENDI
F
-DDD4HEP_LOAD_ASSIMP=O
F
F
${
Boost_extra_configuration
}
BUILD_COMMAND
${
MAKE
}
-j4
DEPENDS ROOT XercesC Boost Python LCIO tbb IF <DD4hep_<NATIVE_VERSION>_geant4> STREQUAL
"ON"
THEN Geant4 ENDIF
Loading