You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefer using the release ZIP archive with FetchContent, as it is fully self-contained and avoids spending additional
1165
+
time downloading the library dependencies during the CMake configuration step.
1166
+
1165
1167
By default `figcone` fetches all supported configuration format libraries. You can control this with CMake option `FIGCONE_USE_ALL`. You can also enable support for a single configuration format or a combination of formats by setting the following options:
1166
1168
*`FIGCONE_USE_JSON` - fetches and configures the `figcone_json` library;
1167
1169
*`FIGCONE_USE_YAML` - fetches and configures the `figcone_yaml` library;
@@ -1181,7 +1183,7 @@ cmake --install build
1181
1183
1182
1184
After installation, you can use the `find_package()` command to make the installed library available inside your project:
0 commit comments