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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-15 10:45:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-15 10:45:32 +0300
commit3d24e57ce8233a2f25d52b7f567e458dda2c8f98 (patch)
tree282a407a228c5d503f26569c0fdbf01b27d5fcf0 /source/creator
parent19201f9ae35aaf011fea2b3433c49c2963d0e3cb (diff)
CMake: install python as an executable
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4a2e7496efe..aa4b0c37efd 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -506,7 +506,7 @@ if(UNIX AND NOT APPLE)
if(WITH_PYTHON_INSTALL)
install(
- FILES ${PYTHON_EXECUTABLE}
+ PROGRAMS ${PYTHON_EXECUTABLE}
DESTINATION ${TARGETDIR_VER}/python/bin
)