mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
cmake: Remove unused variable
This commit is contained in:
parent
b9127cd2e0
commit
ec84c26975
@ -335,7 +335,6 @@ endif(NOT CMAKE_BUILD_TYPE)
|
|||||||
|
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||||
add_definitions(-D_DEBUG -ggdb)
|
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)
|
option(ENABLE_GPROF "Enable gprof profiling (must be using Debug build)" OFF)
|
||||||
if(ENABLE_GPROF)
|
if(ENABLE_GPROF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user