mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
1650683c9d
In commit 3d52d70b84 (export: Add initial CPS support, 2024-07-26) we
added a static definition of a `constexpr` member to help older
AppleClang and SunPro linkers. This is deprecated by C++17 and Clang
now warns about it, so preserving the approach would require complex
conditions. There is no significant benefit to `constexpr` here, so use
a traditional file-scoped definition instead.
3.9 KiB
3.9 KiB