https://bugs.kde.org/show_bug.cgi?id=437890

--- Comment #4 from Christophe Giboudeaux <christo...@krop.fr> ---
> if the C++ standard is less than 17 (as in our case)

That's not the case afaics. If you want to enforce CXX 14, you need
`set(CMAKE_CXX_STANDARD_REQUIRED ON)` after `set(CMAKE_CXX_STANDARD 14)` in the
main CMakeLists.txt

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to