Windows: Fix compatibility with older cmake
Older cmake did not find the BlendThumb sub project.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user