laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-rp2040-firmware/+/40180?usp=email )
Change subject: CMakeLists.txt: set project: osmo-rp2040-firmware ......................................................................
CMakeLists.txt: set project: osmo-rp2040-firmware
Change-Id: I4afdfa9293401171a559b807a2288d83ce3a6a26 --- M CMakeLists.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/CMakeLists.txt b/CMakeLists.txt index d64396a..cb0f06f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # note: this must happen before project() include(pico_sdk_import.cmake)
-project(my_project) +project(osmo-rp2040-firmware)
# initialize the Raspberry Pi Pico SDK pico_sdk_init()