aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPythonLibrary.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-07-08Make PYTHON_SITE_PACKAGES_INSTALL_DIR an absolute path.Michael Jansen
CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1147584
2010-06-24Make PYTHON_SITE_PACKAGES_INSTALL_DIR honor LIB_SUFFIX.Michael Jansen
svn path=/trunk/KDE/kdelibs/; revision=1142400
2010-06-23-add cache variable PYTHON_SITE_PACKAGES_INSTALL_DIR, this can be used as ↵Alexander Neundorf
install destination for python modules, PYTHON_SITE_PACKAGES_DIR should not be used, since this most probably requires root permissions- The new variable can be adjusted via the cache. Also, this patch removes the PYTHON_LIBS_WITH_KDE_LIBS switch, this was undocumented, and anything with "KDE" in the name shouldn't appear in "FindPythonLibrary.cmake". Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1141934
2010-06-22-call FindLibPy.py directly from the same directory, no need to use ↵Alexander Neundorf
find_file() here Alex svn path=/trunk/KDE/kdelibs/; revision=1141467
2010-06-22-consistenly use lowercasing in this fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1141452
2009-05-09this patch honors -DPYTHON_SITE_PACKAGES_DIR. if not set, then checks for ↵Marcos David Dione
-DPYTHON_LIBS_WITH_KDE_LIBS. if set, it installs python modules in kde's lib dir; if not, it installs them in python's dir, which is the default. svn path=/trunk/KDE/kdelibs/; revision=965738
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
-also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547
2008-11-05make optional detection of python work if python is not installedDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=880249
2008-10-20Moved hereLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873794