diff --git a/krita/ui/CMakeLists.txt b/krita/ui/CMakeLists.txt index 97084951e6b4044594a813b6fde6816d97752a57..e28134aa88b49110285ee73ef5e37845396f1d7b 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 f7c3d2b4bc1734d456bb736b58e2691fcc04df41..0000000000000000000000000000000000000000 --- 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 -