Fix: incomplete integration of PugiXML and Potrace build options

Add them to the standard build configurations, disable properly when library
not found and print as part of configuration overview.
This commit is contained in:
Brecht Van Lommel
2021-01-26 15:27:57 +01:00
parent dde3ecc1a8
commit 31f568c336
5 changed files with 13 additions and 0 deletions

View File

@@ -1857,6 +1857,8 @@ if(FIRST_RUN)
info_cfg_option(WITH_OPENCOLORIO)
info_cfg_option(WITH_OPENIMAGEDENOISE)
info_cfg_option(WITH_OPENVDB)
info_cfg_option(WITH_POTRACE)
info_cfg_option(WITH_PUGIXML)
info_cfg_option(WITH_QUADRIFLOW)
info_cfg_option(WITH_TBB)
info_cfg_option(WITH_USD)