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-12-01 18:24:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-01 18:25:20 +0300
commitf2c3b5a384f064b5ebbc5c0b74adf5bfa6ec11fb (patch)
tree96acb1d17b6a77545b35492db7c32cc20b0c508f /source/creator
parent4ee53074aa951c42b0fb0899cd6376d124992304 (diff)
CMake: Warning re: editing windows/py extraction
Diffstat (limited to 'source/creator')
-rwxr-xr-xsource/creator/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 3b41b949114..0e3b7a91e00 100755
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -628,6 +628,12 @@ elseif(WIN32)
install(DIRECTORY DESTINATION ${TARGETDIR_VER}/python)
install(DIRECTORY DESTINATION ${TARGETDIR_VER}/python/lib)
+ # WARNING: its important that 'CMAKE_INSTALL_CONFIG_NAME' is evaluated at build time
+ # and _NOT_ configuration time, when modifying the lines below,
+ # check it works in both Release & Debug mode.
+ #
+ # Edit with extreme care! - Campbell
+
# extract python
install(
CODE