Skip to content

Commit 3ae0f18

Browse files
committed
Remove deprecated function from CMakeLists.txt
1 parent 51afed4 commit 3ae0f18

File tree

10 files changed

+0
-20
lines changed

10 files changed

+0
-20
lines changed

BLE_Advertising/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GAP/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattClient_CharacteristicUpdates/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattClient_CharacteristicWrite/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattServer_AddService/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattServer_CharacteristicUpdates/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattServer_CharacteristicWrite/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_GattServer_ExperimentalServices/CMakeLists.txt

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

2020
mbed_configure_app_target(${APP_TARGET})
2121

22-
mbed_set_mbed_target_linker_script(${APP_TARGET})
23-
2422
project(${APP_TARGET})
2523

2624
target_sources(${APP_TARGET}

BLE_PeriodicAdvertising/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

BLE_SecurityAndPrivacy/CMakeLists.txt

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

1818
mbed_configure_app_target(${APP_TARGET})
1919

20-
mbed_set_mbed_target_linker_script(${APP_TARGET})
21-
2220
project(${APP_TARGET})
2321

2422
target_include_directories(${APP_TARGET}

0 commit comments

Comments
 (0)