From 670e3fd0971937ddf6d6f3eafedd815f17097850 Mon Sep 17 00:00:00 2001 From: Devaraj Ranganna Date: Thu, 4 Feb 2021 17:14:33 +0000 Subject: [PATCH] Remove deprecated function from CMakeLists.txt --- getting-started/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/getting-started/CMakeLists.txt b/getting-started/CMakeLists.txt index e2f9f38..f02848d 100644 --- a/getting-started/CMakeLists.txt +++ b/getting-started/CMakeLists.txt @@ -15,8 +15,6 @@ add_executable(${APP_TARGET}) mbed_configure_app_target(${APP_TARGET}) -mbed_set_mbed_target_linker_script(${APP_TARGET}) - project(${APP_TARGET}) # Provide Mbed OS with the header file it needs to configure Mbed TLS