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 )