Skip to content

Commit f3c52be

Browse files
committed
CMakeLists.txt: remove deprecated function call
The function `mbed_configure_app_target()` has been deprecated and will be eventually removed.
1 parent 87e2d79 commit f3c52be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ add_subdirectory(${MBED_PATH})
1313

1414
add_executable(${APP_TARGET})
1515

16-
mbed_configure_app_target(${APP_TARGET})
17-
1816
project(${APP_TARGET})
1917

2018
target_sources(${APP_TARGET}

0 commit comments

Comments
 (0)