From ec84c26975fa58f7b2f3344cb3ad8be3f5c634f9 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Wed, 18 Jan 2017 21:25:00 +0100 Subject: [PATCH] cmake: Remove unused variable --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 899336b697..b78aad139c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,7 +335,6 @@ endif(NOT CMAKE_BUILD_TYPE) if(CMAKE_BUILD_TYPE STREQUAL Debug) add_definitions(-D_DEBUG -ggdb) - set(wxWidgets_USE_DEBUG ON CACHE BOOL "Use wxWidgets Debugging") option(ENABLE_GPROF "Enable gprof profiling (must be using Debug build)" OFF) if(ENABLE_GPROF)