Skip to content

Commit 5185019

Browse files
committed
Fix CI issue
1 parent 837d977 commit 5185019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ endfunction()
198198
#
199199
function(mbed_validate_application_profile target)
200200
get_target_property(app_link_libraries ${target} LINK_LIBRARIES)
201-
string(FIND ${app_link_libraries} "mbed-baremetal" string_found_position)
201+
string(FIND "${app_link_libraries}" "mbed-baremetal" string_found_position)
202202
if(${string_found_position} GREATER_EQUAL 0)
203203
if(NOT "bare-metal" IN_LIST MBED_TARGET_SUPPORTED_APPLICATION_PROFILES)
204204
message(FATAL_ERROR

0 commit comments

Comments
 (0)