Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
NPDet
Commits
967acda8
Commit
967acda8
authored
Jul 20, 2021
by
Wouter Deconinck
Browse files
Use find_package for DD4hep
parent
4160dc07
Pipeline
#13423
passed with stages
in 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/detectors/pid/sdet/CMakeLists.txt
View file @
967acda8
cmake_minimum_required
(
VERSION 3.12 FATAL_ERROR
)
#
find_package ( DD4hep REQUIRED )
find_package
(
DD4hep REQUIRED
)
#include ( ${DD4hep_DIR}/cmake/DD4hep.cmake )
include
(
${
DD4hep_DIR
}
/cmake/DD4hepBuild.cmake
)
#
include ( ${DD4hep_DIR}/cmake/DD4hepBuild.cmake )
dd4hep_configure_output
()
dd4hep_set_compiler_flags
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment