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')
-rw-r--r--source/creator/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 47fb2642da1..45bfc3d6bdb 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -516,8 +516,7 @@ if(UNIX AND NOT APPLE)
)
install(
- PROGRAMS
- ${CMAKE_SOURCE_DIR}/release/bin/blender-thumbnailer.py
+ TARGETS blender-thumbnailer
DESTINATION "."
)
@@ -560,7 +559,7 @@ if(UNIX AND NOT APPLE)
DESTINATION share/icons/hicolor/symbolic/apps
)
install(
- PROGRAMS ${CMAKE_SOURCE_DIR}/release/bin/blender-thumbnailer.py
+ TARGETS blender-thumbnailer
DESTINATION bin
)
set(BLENDER_TEXT_FILES_DESTINATION share/doc/blender)