Skip to content
Commit 07f3b5fa authored by Martin Kojtal's avatar Martin Kojtal
Browse files

cmake: Set C standard to 11 and CXX to 14



As we enabled project_options, we require to set these standards.
The numbers follow what we set in storage project and have used in
other projects as well.

This fixes the warnings:

```
-- The default CMAKE_CXX_STANDARD used by external targets and tools
is not set yet. Using the latest supported C++ standard that is 20
-- The default CMAKE_C_STANDARD used by external targets and tools is
not set yet. Using the latest supported C standard that is 17
```

Signed-off-by: Martin Kojtal's avatarMartin Kojtal <martin.kojtal@arm.com>
parent 19659427
Loading
Loading
Loading
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