diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-08-27 07:33:49 +0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-08 10:50:48 +0200 |
commit | d1a487948aec5f93306f32d07979b2af42e61e33 (patch) | |
tree | 960f599c7fff4d79a7a731a8ce7260a6773635c4 /konqueror/preloader/CMakeLists.txt | |
parent | 84d73a40b2cca0c3f6cac9e50712cb51cbc1b648 (diff) | |
download | tdebase-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.
Diffstat (limited to 'konqueror/preloader/CMakeLists.txt')
-rw-r--r-- | konqueror/preloader/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 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 |