Skip to content

Allow setting C++ standard through cache variable

As suggested by @akraszna, this MR enables setting an explicit C++ standard version via ACTS_CXX_STANDARD. Since we require C++14, cmake will refuse to configure if the requested standard is below 14.

Merge request reports