From d1a487948aec5f93306f32d07979b2af42e61e33 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 27 Aug 2013 07:33:49 +0400 Subject: [PATCH] Remove a couple of cmake FIXMEs Autotools malloc checks in konqueror/preloader is acient legacy. Its results are not used in code anymore. KDE_USE_FPIE in tdesu/tdesud is obsolte too. -fpie make sence only when compiling static code that supposed to link only to executables. With cmake, modern compilers and sane target system there is no need to define is explicitly. --- konqueror/preloader/CMakeLists.txt | 2 -- tdesu/tdesud/CMakeLists.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/konqueror/preloader/CMakeLists.txt b/konqueror/preloader/CMakeLists.txt index 09dca4593..29ebd5661 100644 --- a/konqueror/preloader/CMakeLists.txt +++ b/konqueror/preloader/CMakeLists.txt @@ -9,8 +9,6 @@ # ################################################# -# FIXME there we have some checks for malloc - include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}/konqueror diff --git a/tdesu/tdesud/CMakeLists.txt b/tdesu/tdesud/CMakeLists.txt index 2696a8197..b27b26935 100644 --- a/tdesu/tdesud/CMakeLists.txt +++ b/tdesu/tdesud/CMakeLists.txt @@ -9,8 +9,6 @@ # ################################################# -# FIXME there is used KDE_USE_FPIE - include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}