From f8f872bd920174a22e633a4b3fab8fe00e385357 Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Tue, 25 Nov 2014 09:58:48 +0100 Subject: [PATCH] Remove obsolete config file --- krita/ui/CMakeLists.txt | 3 --- krita/ui/config-processor.h.cmake | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 krita/ui/config-processor.h.cmake diff --git a/krita/ui/CMakeLists.txt b/krita/ui/CMakeLists.txt index 97084951e6..e28134aa88 100644 --- a/krita/ui/CMakeLists.txt +++ b/krita/ui/CMakeLists.txt @@ -21,9 +21,6 @@ include_directories( ${KOTEXT_INCLUDES} add_subdirectory( tests ) - -configure_file(config-processor.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-processor.h ) - set(kritaui_LIB_SRCS canvas/kis_canvas_widget_base.cpp canvas/kis_canvas2.cpp diff --git a/krita/ui/config-processor.h.cmake b/krita/ui/config-processor.h.cmake deleted file mode 100644 index f7c3d2b4bc..0000000000 --- a/krita/ui/config-processor.h.cmake +++ /dev/null @@ -1,14 +0,0 @@ -/********** processor stuff *************/ - -/* Defined to 1 if the assembler supports MMX instructions. */ -#cmakedefine HAVE_X86_MMX - -/* Defined to 1 if the assembler supports SSE instructions. */ -#cmakedefine HAVE_X86_SSE - -/* Defined to 1 if the assembler supports SSE2 instructions. */ -#cmakedefine HAVE_X86_SSE2 - -/* Defined to 1 if the assembler supports AltiVec instructions. */ -#cmakedefine HAVE_PPC_ALTIVEC - -- GitLab