From 95eade2a47cfb186e6e5ede35965f1c271d8f1a2 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 15 Jun 2014 08:51:42 +0200 Subject: [PATCH] CMake: remove unused/duplicate definitions --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da36636395..072ad64f5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,10 +267,6 @@ if(APPLE) # page on x86_64 is 4GB in size. set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-pagezero_size,0x1000") - if(NOT DISABLE_WX) - add_definitions(-DUSE_WX -DHAVE_WX) - set(USE_WX TRUE) - endif() find_library(APPKIT_LIBRARY AppKit) find_library(APPSERV_LIBRARY ApplicationServices) find_library(ATB_LIBRARY AudioToolbox)