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:
authorlazydodo <github@lazydodo.com>2016-11-05 23:04:23 +0300
committerlazydodo <github@lazydodo.com>2016-11-05 23:04:23 +0300
commit818af9c3315cb883436a3d75d634f449133cd3d9 (patch)
tree2a08045c041339aae130f00ccf09b3e1c289676f /source/creator
parent2b1d3318f4c5a8f80f46dbb25ceb80eb86e9fcdc (diff)
MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeLists.txt
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 187df26a375..10af0d5489e 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()