We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837d977 commit 5185019Copy full SHA for 5185019
CMakeLists.txt
@@ -198,7 +198,7 @@ endfunction()
198
#
199
function(mbed_validate_application_profile target)
200
get_target_property(app_link_libraries ${target} LINK_LIBRARIES)
201
- string(FIND ${app_link_libraries} "mbed-baremetal" string_found_position)
+ string(FIND "${app_link_libraries}" "mbed-baremetal" string_found_position)
202
if(${string_found_position} GREATER_EQUAL 0)
203
if(NOT "bare-metal" IN_LIST MBED_TARGET_SUPPORTED_APPLICATION_PROFILES)
204
message(FATAL_ERROR
0 commit comments