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:
authorRay Molenkamp <github@lazydodo.com>2020-09-22 17:03:50 +0300
committerRay Molenkamp <github@lazydodo.com>2020-09-22 17:03:50 +0300
commitb21e2cfd03f079a04a1527fc3c9ec34084278bd8 (patch)
treea9c9649b549046beae3786acbad8c1e2fd8d07ee /CMakeLists.txt
parente77f986fa0c0ae399dec4cd50e0e578af984334b (diff)
CMake: Enable WITH_POTRACE by default
All platforms have landed the libs, this can be on by default now.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2e6e557a62..cf8af6a17b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,7 +198,7 @@ option(WITH_OPENIMAGEDENOISE "Enable the OpenImageDenoise compositing node" ON
option(WITH_OPENSUBDIV "Enable OpenSubdiv for surface subdivision" ON)
-option(WITH_POTRACE "Enable features relying on potrace" OFF)
+option(WITH_POTRACE "Enable features relying on potrace" ON)
option(WITH_OPENVDB "Enable features relying on OpenVDB" ON)
option(WITH_OPENVDB_BLOSC "Enable blosc compression for OpenVDB, only enable if OpenVDB was built with blosc support" ON)
option(WITH_OPENVDB_3_ABI_COMPATIBLE "Assume OpenVDB library has been compiled with version 3 ABI compatibility" OFF)