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:
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 893d3262590..1cd0a6661f8 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1026,16 +1026,6 @@ if (WIN32)
endif()
# -----------------------------------------------------------------------------
-# Thumbnailer
-if(WIN32)
- install(
- TARGETS BlendThumb
- COMPONENT Blender
- DESTINATION "."
- )
-endif()
-
-# -----------------------------------------------------------------------------
# Setup launcher
if(WIN32 AND NOT WITH_PYTHON_MODULE)