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.
pull/2/head
Alexander Golubev 11 years ago committed by Slávek Banko
parent 84d73a40b2
commit d1a487948a

@ -9,8 +9,6 @@
#
#################################################
# FIXME there we have some checks for malloc
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/konqueror

@ -9,8 +9,6 @@
#
#################################################
# FIXME there is used KDE_USE_FPIE
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}

Loading…
Cancel
Save