From f430685d2d286f2f43b68ea2debec4f124de9072 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Fri, 30 Aug 2019 11:40:46 -0600 Subject: Windows: Fix compatibility with older cmake Older cmake did not find the BlendThumb sub project. --- source/creator/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/creator') 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 @@ -1025,16 +1025,6 @@ if (WIN32) set_target_properties(blender PROPERTIES VS_GLOBAL_VcpkgEnabled "false") endif() -# ----------------------------------------------------------------------------- -# Thumbnailer -if(WIN32) - install( - TARGETS BlendThumb - COMPONENT Blender - DESTINATION "." - ) -endif() - # ----------------------------------------------------------------------------- # Setup launcher -- cgit v1.2.3