Commit: f2c3b5a384f064b5ebbc5c0b74adf5bfa6ec11fb
Author: Campbell Barton
Date:   Mon Dec 1 16:24:18 2014 +0100
Branches: master
https://developer.blender.org/rBf2c3b5a384f064b5ebbc5c0b74adf5bfa6ec11fb

CMake: Warning re: editing windows/py extraction

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

M       source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 3b41b94..0e3b7a9 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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to