summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-08-27 07:33:49 +0400
committerSlávek Banko <slavek.banko@axis.cz>2013-09-08 10:50:48 +0200
commitd1a487948aec5f93306f32d07979b2af42e61e33 (patch)
tree960f599c7fff4d79a7a731a8ce7260a6773635c4
parent84d73a40b2cca0c3f6cac9e50712cb51cbc1b648 (diff)
downloadtdebase-d1a487948aec5f93306f32d07979b2af42e61e33.tar.gz
tdebase-d1a487948aec5f93306f32d07979b2af42e61e33.zip
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.
-rw-r--r--konqueror/preloader/CMakeLists.txt2
-rw-r--r--tdesu/tdesud/CMakeLists.txt2
2 files changed, 0 insertions, 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}