[Bf-blender-cvs] [3d24e57] master: CMake: install python as an executable

Campbell Barton noreply at git.blender.org
Mon Feb 15 09:14:27 CET 2016


Commit: 3d24e57ce8233a2f25d52b7f567e458dda2c8f98
Author: Campbell Barton
Date:   Mon Feb 15 18:45:32 2016 +1100
Branches: master
https://developer.blender.org/rB3d24e57ce8233a2f25d52b7f567e458dda2c8f98

CMake: install python as an executable

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4a2e749..aa4b0c3 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
 			)




More information about the Bf-blender-cvs mailing list