-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: _acts_dfelibs_version unset in CMakeLists.txt #3457
Comments
@fredevb @asalzburger is this something we lost in the CMake refactor when getting traccc/detray in as dependencies? |
Related to this, the target that is used in e.g. |
Other location where acts/Examples/Framework/CMakeLists.txt Line 36 in ca69799
From what I can tell, that's independent of the csv example. |
The instance in the framework example is necessary due to use of acts/Examples/Framework/src/Framework/Sequencer.cpp Lines 53 to 54 in ca69799
|
This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs. |
The CMake variable
_acts_dfelibs_version
is used in thefind_package
call but is not set to any value. The minimum version of dfelibs is likely the released version in the ACTS fork of dfelibs, but this released version does not include that same release version in the CMake config, sofind_package
would not recognize it as such.Resolving this likely requires two step:
Alternatively a comment in CMakeLists.txt with a statement why no minimum version is defined, but which one effectively applies.
The text was updated successfully, but these errors were encountered: