Skip to content

Commit e918f6a

Browse files
committed
CMake: Remove undefined functions
The function mbed_set_mbed_target_linker_script no longer exists. This commit removes the call to this function from the application CMakeLists.txt. mbed_configure_app_target has also been deprecated. Remove it.
1 parent b250b4c commit e918f6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

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

1414
add_executable(${APP_TARGET})
1515

16-
mbed_configure_app_target(${APP_TARGET})
17-
18-
mbed_set_mbed_target_linker_script(${APP_TARGET})
19-
2016
project(${APP_TARGET})
2117

2218
target_include_directories(${APP_TARGET}

0 commit comments

Comments
 (0)