Skip to content

Commit ad0681e

Browse files
authored
Merge pull request #100 from urutva/fix-app-cmakelist
Remove deprecated function from CMakeLists.txt
2 parents a9f5a49 + a25358f commit ad0681e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

NFC_EEPROM/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ add_executable(${APP_TARGET})
1515

1616
mbed_configure_app_target(${APP_TARGET})
1717

18-
mbed_set_mbed_target_linker_script(${APP_TARGET})
19-
2018
project(${APP_TARGET})
2119

2220
include(${MBED_CONFIG_PATH}/mbed_config.cmake)

NFC_SmartPoster/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ add_executable(${APP_TARGET})
1515

1616
mbed_configure_app_target(${APP_TARGET})
1717

18-
mbed_set_mbed_target_linker_script(${APP_TARGET})
19-
2018
project(${APP_TARGET})
2119

2220
include(${MBED_CONFIG_PATH}/mbed_config.cmake)

0 commit comments

Comments
 (0)