[Bf-blender-cvs] [818af9c] master: MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeLists.txt

lazydodo noreply at git.blender.org
Sat Nov 5 21:04:16 CET 2016


Commit: 818af9c3315cb883436a3d75d634f449133cd3d9
Author: lazydodo
Date:   Sat Nov 5 14:04:23 2016 -0600
Branches: master
https://developer.blender.org/rB818af9c3315cb883436a3d75d634f449133cd3d9

MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeLists.txt

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 187df26..10af0d5 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1218,6 +1218,5 @@ if(WIN32 AND NOT WITH_PYTHON_MODULE)
 				DESTINATION "."
 			)
 		endif()
-		Message("KITSPATH = ${KITSPATH}")
 	endif()
 endif()




More information about the Bf-blender-cvs mailing list