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 a57c95b commit 5444434Copy full SHA for 5444434
arm-software/embedded/arm-multilib/CMakeLists.txt
@@ -346,8 +346,8 @@ foreach(lib_idx RANGE ${lib_count_dec})
346
string(APPEND multilib_yaml_content " IncludeDirs:\n")
347
string(APPEND multilib_yaml_content " - ${parent_dir_name}/include\n")
348
string(APPEND multilib_yaml_content " - ${parent_dir_name}/${variant}/include\n")
349
- string(APPEND multilib_yaml_content " Group: stdlibs\n")
350
endif()
+ string(APPEND multilib_yaml_content " Group: stdlibs\n")
351
else()
352
# In place of a json, an error message is expected.
353
string(JSON variant_error_msg GET ${lib_def} "error")
0 commit comments