[Bf-blender-cvs] [f2c3b5a] master: CMake: Warning re: editing windows/py extraction

Campbell Barton noreply at git.blender.org
Mon Dec 1 16:25:33 CET 2014


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




More information about the Bf-blender-cvs mailing list