Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acts
acts-framework
Commits
0a629af3
Commit
0a629af3
authored
Nov 5, 2019
by
Moritz Kiehn
Browse files
Options
Downloads
Plain Diff
Merge branch '176-fix-linking-errors' into 'master'
Fix linking Errors on macOS Closes
#176
See merge request
!176
parents
cd97ad95
7b2987ef
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!176
Fix linking Errors on macOS
Pipeline
#1202157
passed
Nov 5, 2019
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Detectors/DD4hepDetector/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Detectors/DD4hepDetector/CMakeLists.txt
Plugins/Csv/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Plugins/Csv/CMakeLists.txt
with
2 additions
and
2 deletions
Detectors/DD4hepDetector/CMakeLists.txt
+
1
−
1
View file @
0a629af3
...
...
@@ -28,7 +28,7 @@ target_include_directories(
target_link_libraries
(
ACTFWDD4hepDetector
PUBLIC ACTFramework ActsCore ActsDigitizationPlugin ActsDD4hepPlugin
ACTFWDetectorsCommon ROOT::Geom
${
DD4hep_LIBRARIES
}
)
ACTFWDetectorsCommon ROOT::Geom
ROOT::GenVector
${
DD4hep_LIBRARIES
}
)
# not sure why this needs to be set, but dd4hep fails to compile otherwise
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_BINARY_DIR
}
)
...
...
...
...
This diff is collapsed.
Click to expand it.
Plugins/Csv/CMakeLists.txt
+
1
−
1
View file @
0a629af3
...
...
@@ -13,7 +13,7 @@ target_include_directories(
target_link_libraries
(
ACTFWCsvPlugin
PRIVATE ACTFramework ActsCore ActsDigitizationPlugin IdentificationPlugin
Threads::Threads dfelibs
)
Threads::Threads
Boost::program_options
dfelibs
)
install
(
TARGETS ACTFWCsvPlugin
...
...
...
...
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
sign in
to comment