projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1d331
)
MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeLists.txt
author
lazydodo <github@lazydodo.com>
Sat, 5 Nov 2016 20:04:23 +0000
(14:04 -0600)
committer
lazydodo <github@lazydodo.com>
Sat, 5 Nov 2016 20:04:23 +0000
(14:04 -0600)
source/creator/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/creator/CMakeLists.txt
b/source/creator/CMakeLists.txt
index 187df26a375ad50a4900c82b870ea2ebcd79a8af..10af0d5489eaae85498f21cdcd4e9f2a2a7bc2d6 100644
(file)
--- 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()