aboutsummaryrefslogtreecommitdiff
path: root/modules/CheckPrototypeExists.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-07 22:51:17 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-07 22:51:17 +0000
commit82184ad81cb8de626f765c07432fdab1b5f6dd0a (patch)
treefb1cb83d16e8567ada91bee3395ca0dc61a085ca /modules/CheckPrototypeExists.cmake
parentc93f4903f1b3daa7f4fa6aa12430f19efa79703a (diff)
downloadextra-cmake-modules-82184ad81cb8de626f765c07432fdab1b5f6dd0a.tar.gz
extra-cmake-modules-82184ad81cb8de626f765c07432fdab1b5f6dd0a.tar.bz2
-implemented RPATH handling, but disabled for now
to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again If you have current cmake cvs, you can then: -enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH -disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir -disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir In all three cases no relinking will happen during install. If built without RPATH to the builddir, the executables are executed using wrapper scripts named <name>.sh, e.g. kconfig_compiler.sh. some changes to the kde3 stuff: -renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE -removed KDE3_PLACEHOLDER -removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN. CCMAIL: kde-buildsystem@kde.org CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de Alex svn path=/trunk/KDE/kdelibs/; revision=516642
Diffstat (limited to 'modules/CheckPrototypeExists.cmake')
0 files changed, 0 insertions, 0 deletions