Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
e1549c75
Commit
e1549c75
authored
Feb 01, 2018
by
Thomas Jahns
🤸
Browse files
Fix missing/misplaced commas in JSON.
parent
f14d3e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
cdi.settings.in
View file @
e1549c75
...
...
@@ -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@,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment