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>2014-11-04 11:37:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-04 11:37:01 +0300
commit40f32f406bc19f78d4553d0be797eb94f0dac2a6 (patch)
tree419140a9a950ab2eaca85342a35a19beccd3bed2 /source/creator
parent5e0e1754227514d0f6ebd328f1b9a07cda607779 (diff)
CMake: Attempted to copy manual for py-module
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index c2f6ec55030..c76cb2c7ca1 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -414,10 +414,14 @@ if(UNIX AND NOT APPLE)
# there are a few differences between portable and system install
if(WITH_INSTALL_PORTABLE)
- install(
- FILES ${TARGETDIR}/blender.1
- DESTINATION ${TARGETDIR}
- )
+ if(WITH_PYTHON_MODULE)
+ # pass
+ else()
+ install(
+ FILES ${TARGETDIR}/blender.1
+ DESTINATION ${TARGETDIR}
+ )
+ endif()
install(
FILES