Skip to content
Commit d4892002 authored by Lingkai Dong's avatar Lingkai Dong
Browse files

cmake: Rename project to open-iot-sdk



The old project name `IoTSDK` does not conform to our convention of
naming CMake targets with lowercase alphanumericals and dashes
(`[a-z0-9\-]+`). Use `open-iot-sdk` instead.

This is *not* a breaking change for existing applications that depend
on the SDK, because
* applications only link *libraries* fetched by the SDK, not the SDK
itself which is a project
* in the fetched path to the SDK, `<NAME>_SOURCE_DIR`, `<NAME>` is
whatever name the application passes to `FetchContent_Declare()` instead
of the SDK's own declared name (although it is strongly recommended to
use the same name for FetchContent, git repository and CMake project)

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent fc3045b8
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