From 1f53674bb8d34c3fff836e064679d5e845eaff4b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Oct 2013 11:59:15 +0000 Subject: avoid divide by zero with grid fill (when there is no selection) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3