posix-h4-bcm: fix CMake project name

This commit is contained in:
Matthias Ringwald 2023-04-20 10:03:23 +02:00
parent abf8479fe2
commit 6c9f72810b

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.18)
project(BTstack-posix-nxp)
project(BTstack-posix-bcm)
SET(BTSTACK_ROOT ${CMAKE_SOURCE_DIR}/../..)