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:
authorNicholas Rishel <rishel.nick@gmail.com>2020-08-10 03:01:01 +0300
committerNicholas Rishel <rishel.nick@gmail.com>2020-10-31 02:29:04 +0300
commitcbc1c83154fb617f3d54e669f0516bb8001c2dc8 (patch)
tree001ce9f83ed5eeeab009cc3a1355790e10ee0723 /CMakeLists.txt
parenta9d6eb8f0b6c85878f02c057dc8ac48819f912df (diff)
Remove Wintab logging.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9662f12613f..eb04da749ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -209,11 +209,6 @@ option(WITH_NANOVDB "Enable usage of NanoVDB data structure for accelerate
option(WITH_GHOST_DEBUG "Enable debugging output for the GHOST library" OFF)
mark_as_advanced(WITH_GHOST_DEBUG)
-if(WIN32)
- option(WITH_WINTAB_DEBUG "Enable debugging output for Wintab" OFF)
- mark_as_advanced(WITH_WINTAB_DEBUG)
-endif()
-
option(WITH_GHOST_SDL "Enable building Blender against SDL for windowing rather than the native APIs" OFF)
mark_as_advanced(WITH_GHOST_SDL)