-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CMake should support static builds #19944
Copy link
Copy link
Open
Description
Moved from JIRA ROOT 6446 because I think public access to the issue can be beneficial in discussing how to address it
configure / make supports make static (fixed for ROOT 6 now, too), which builds libRoot.a and a (mostly) statically linked bin/roota. We need to support that with CMake, too.
Once done, a build in the CI stressing the feature should be added (from https://its.cern.ch/jira/browse/ROOT-6690)
See also these forum posts:
Reactions are currently unavailable