From d1a487948aec5f93306f32d07979b2af42e61e33 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 27 Aug 2013 07:33:49 +0400 Subject: 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. --- tdesu/tdesud/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tdesu') 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} -- cgit v1.2.3