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 4c24124 commit 8f48758Copy full SHA for 8f48758
cmake/modules/yaml.cmake
@@ -321,8 +321,6 @@ function(yaml_set)
321
endif()
322
list(POP_FRONT ARG_YAML_LIST map_value)
323
string(REGEX REPLACE "[ ]*(:|,)[ ]*" "\"\\1\"" qouted_map_value "\"${map_value}\"")
324
- message("foo: ${map_value}")
325
- message("bar: ${qouted_map_value}")
326
string(JSON json_content SET "${json_content}" ${ARG_YAML_KEY} ${i} "{${qouted_map_value}}")
327
endforeach()
328
else()
0 commit comments