aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Defaults.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2011-03-27Master is now at version 4.7Allen Winter
2010-07-314.5 -> 4.6Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=1157534
2010-06-30No need to force CMake colors anymore, see discussion ↵Maciej Mrozowski
http://lists.kde.org/?l=kde-buildsystem&m=127784710709842&w=2 svn path=/trunk/KDE/kdelibs/; revision=1144480
2010-02-154.4 => 4.5Allen Winter
beware! this changes the so versioning svn path=/trunk/KDE/kdelibs/; revision=1090682
2009-10-25Hide from ccmake the cmake-internal variable used by enable_testing, to ↵David Faure
reduce confusion with KDE4_BUILD_TESTS. svn path=/trunk/KDE/kdelibs/; revision=1040227
2009-08-17increase the .so versioningAllen Winter
also replace a couple 4.3 -> 4.4 messages svn path=/trunk/KDE/kdelibs/; revision=1012303
2009-03-20SVN_SILENT fix typo in commentDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=941576
2009-02-23Increase the shared library versioning from .2 to .3Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=930511
2008-12-22-remove the set() for CMAKE_USE_CHRPATH, this was not part of any released ↵Alexander Neundorf
cmake version -add some comments Alex svn path=/trunk/KDE/kdelibs/; revision=900115
2008-07-14increase GENERIC library version from .1 to .2.Allen Winter
DO NOT EVEN THINK ABOUT BACKPORTING THIS svn path=/trunk/KDE/kdelibs/; revision=832335
2008-04-13it seems like this is the culprit for breaking allDirk Mueller
KDE modules if using cmake 2.6 svn path=/trunk/KDE/kdelibs/; revision=796351
2008-01-21Increase the GENERIC_VERSION strings.Allen Winter
Probable relinking of all trunk will be needed once you build with the new string. svn path=/trunk/KDE/kdelibs/; revision=764348
2007-12-19-fix RPATH change from yesterdayAlexander Neundorf
The libs and plugins were built with RPATH, but with the install RPATH, which means that if you run some executable during the build, it may get installed libs, since the RPATH in the libs points to the install dir. Now the libs are linked with the RPATH to the build dir, and when installing they are relinked. This unfortunately takes some time. There are two ways around it: -set KDE4_USE_ALWAYS_FULL_RPATH to FALSE, then you will have the old behaviour or -use cmake cvs and current kdesupport, then the RPATH will be changed not by linking again but by running chrpath on the installed binary, which takes basically no time Alex svn path=/trunk/KDE/kdelibs/; revision=750683
2007-07-16- change back the generic version to be in syncDirk Mueller
| with the major KDE version and instead define | an override for those libraries that clash svn path=/trunk/KDE/kdelibs/; revision=688504
2007-04-09use GENERIC_LIB_VERSION and GENERIC_LIB_SOVERSION and set theseAllen Winter
values to 5.0.0 and 5, respectively. svn path=/trunk/KDE/kdelibs/; revision=651750
2006-12-04 win32 fix: place all executables in <build-root>/bin dir by default to ↵Ralf Habacker
avoid multiple pathes in PATH environment svn path=/trunk/KDE/kdelibs/; revision=610434
2006-09-14only include CTest if there is a CTestConfig.cmake Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=584425
2006-05-12use 4.0.0 (KDE 4.0) as a default library versionDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=540239
2006-04-25-add the new option to put source-local include dirs first, won't have any ↵Alexander Neundorf
effect befor we require cmake 2.4.1 (we're still at 2.3.4) Alex svn path=/trunk/KDE/kdelibs/; revision=533904
2006-04-08-add GENERIC_LIB_VERSION and GENERIC_LIB_SOVERSION in KDE4Defaults.cmake, so ↵Alexander Neundorf
we can easily adjust the version number of our libs for each release Alex svn path=/trunk/KDE/kdelibs/; revision=527474
2006-04-05-add a KDE4Defaults.cmake to set default values and use this one in ↵Alexander Neundorf
kdelibs/CMakeLists.txt Alex svn path=/trunk/KDE/kdelibs/; revision=526864