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:
authorCampbell Barton <ideasman42@gmail.com>2013-10-05 15:59:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-05 15:59:15 +0400
commit1f53674bb8d34c3fff836e064679d5e845eaff4b (patch)
treed8d8f5521837958b012e765fd3d07e271b43c319 /CMakeLists.txt
parent48013e8a9c82f4178ab054fa35bdbd9248417409 (diff)
avoid divide by zero with grid fill (when there is no selection)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 91003a1964a..831906e958d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2285,6 +2285,7 @@ if(FIRST_RUN)
info_cfg_option(WITH_X11_XF86VMODE)
info_cfg_option(WITH_X11_XINPUT)
info_cfg_option(WITH_MEM_JEMALLOC)
+ info_cfg_option(WITH_MEM_VALGRIND)
info_cfg_option(WITH_SYSTEM_GLEW)
info_cfg_option(WITH_SYSTEM_OPENJPEG)