Skip to content
Snippets Groups Projects
Commit e1549c75 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing/misplaced commas in JSON.

parent f14d3e93
No related branches found
No related tags found
No related merge requests found
......@@ -42,17 +42,17 @@
"grib_api" : {
"lib" : "@GRIB_API_LIBS@",
"include" : "@GRIB_API_INCLUDE@"
}
},
"eccodes" : {
"lib" : "@ECCODES_LIBS@",
"include" : "@ECCODES_INCLUDE@"
}
}
},
"platform" : {
"USER_NAME" : "@USER_NAME@",
"HOST_NAME" : "@HOST_NAME@",
"SYSTEM_TYPE" : "@SYSTEM_TYPE@"
},
}
},
"features" : {
"enable_cdi_lib" : @ENABLE_CDI_LIB@,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment