Skip to content
Commit 6d941592 authored by Emil Ohlsson's avatar Emil Ohlsson
Browse files

Make C++ code require C++17



Currently the C++ standard version is set in the head CMake file, but it
doesn't require the version to be available. Due to this, CMake will not
actually pass `-std=c++17` to `g++`.

This commit fixes the above issue by marking all targets using C++ to
require C++17, but will not actually set this requirement at top level,
as C++ is not a requirement for using KleidiAI

Signed-off-by: Emil Ohlsson's avatarEmil Ohlsson <emil.ohlsson@arm.com>

Reviewed-by: Viet-Hoa Do's avatarViet-Hoa Do <viet-hoa.do@arm.com>
Approved-by: Jakub Sujak's avatarJakub Sujak <jakub.sujak@arm.com>
parent 89402909
Loading
Loading
Loading
Pipeline #15284 passed with stages
in 4 minutes and 30 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment