Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2021-01-26 17:27:57 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-01-26 17:55:27 +0300
commit31f568c33692e543fc84179c783870c20844c3d0 (patch)
treec28261085a76c9d38ec3b63d9f95479f7b7c3cbf /CMakeLists.txt
parentdde3ecc1a88f1838a77917d92341a0078b55c47e (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 199fe9d3eeb..035cf81e1b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)