summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-151-0/+1
| | | | | | | | | | on NetBSD where there are separate curses and ncurses libraries, and where the curses library is found, which doesn't work for ccmake while the existing ncurses library would work. With this change it should be possible to test whether the found curses lib provides ncurses functionality. Alex
* ENH: make DartLocal.conf part of projectBill Hoffman2007-06-291-0/+4
|
* ENH: remove old style release stuffBill Hoffman2007-06-221-2/+0
|
* ENH: revert to SUBDIRS to make sure cmake can be built with 2.2Bill Hoffman2007-05-131-14/+14
|
* COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build.Brad King2007-05-131-1/+1
|
* ENH: minor fixesKen Martin2007-05-111-0/+1
|
* ENH: some more CMakeList cleanupsKen Martin2007-05-111-1/+0
|
* ENH: more cleanup of some CMakeLists filesKen Martin2007-05-111-307/+368
|
* ENH: start trying to cleanup CMakeLists filesKen Martin2007-05-101-143/+14
|
* ENH: Enable use of kwsys MD5 implementation.Brad King2007-03-141-0/+1
|
* ENH: Prepare for the new curl. Curl is build static, so set define to onAndy Cedilnik2007-03-091-0/+1
|
* BUG: bad command lineKen Martin2007-03-011-1/+1
|
* BUG: bad command lineKen Martin2007-03-011-1/+1
|
* BUG: allow system information to accept the -G optionKen Martin2007-02-281-1/+45
|
* BUG: possible fix for new SystemInfo testKen Martin2007-02-271-0/+4
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-0/+35
|
* ENH: add RC stuff to main treeBill Hoffman2007-01-041-0/+4
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-26/+129
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: Changing default data and doc directories to share/cmake-V.v and ↵Brad King2006-08-261-2/+2
| | | | doc/cmake-V.v instead of share/CMake and doc/CMake for consistency with many linux distribution conventions.
* ENH: Start building compress libraryAndy Cedilnik2006-08-141-1/+7
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
|
* ENH: add the processor to the system name for cpackBill Hoffman2006-05-121-3/+3
|
* BUG: Prevent stripping of sourcesAndy Cedilnik2006-05-101-0/+1
|
* ENH: allow for cpack stuff to be changedBill Hoffman2006-05-101-6/+8
|
* ENH: Add support for stipping and make more things overwritableAndy Cedilnik2006-05-021-0/+1
|
* ENH: Add more install registry optionsAndy Cedilnik2006-04-301-0/+5
|
* ENH: Add NSIS options page for path selection, fix adding and removing from ↵Andy Cedilnik2006-04-291-0/+1
| | | | path, add welcome page and license page
* ENH: Add template of ctest scriptAndy Cedilnik2006-04-281-0/+4
|
* ENH: Enable pathAndy Cedilnik2006-04-231-0/+1
|
* ENH: update cpack stuff to match old cmake releasesBill Hoffman2006-04-191-1/+14
|
* ENH: move version numbers to 2.5.0Bill Hoffman2006-04-181-2/+2
|
* ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵Brad King2006-03-241-1/+1
| | | | a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present.
* ENH: Add flag for MFCAndy Cedilnik2006-03-211-0/+1
|
* ENH: Simplify the testAndy Cedilnik2006-03-171-0/+4
|
* ENH: Updated patch level to 4 for special KDE release.Brad King2006-03-091-1/+1
|
* ENH: CMake does not need RPATHs at all for its own executables. Disable ↵Brad King2006-03-021-0/+4
| | | | them to avoid relinking during installation.
* ENH: Install system libraries only if project requires themAndy Cedilnik2006-03-011-0/+3
|
* ENH: Variable name changedAndy Cedilnik2006-02-161-2/+2
|
* ENH: Improved support for icons, random directories, etc...Andy Cedilnik2006-02-141-2/+4
|
* ENH: Updated patch level to 3 for special KDE release.Brad King2006-02-101-1/+1
|
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-101-1/+1
|
* ENH: Updated patch level to 2 for special KDE release.Brad King2006-02-101-1/+1
|
* ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵Brad King2006-02-081-2/+9
| | | | to disable building the dialog even when curses is found.
* ENH: Incremented patch version for special KDE release.Brad King2006-02-031-1/+1
|
* COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵Brad King2006-02-031-1/+37
| | | | determine whether to build the MFCDialog.
* ENH: Some improvements: specify link, copy msvc libraries, fix install directoryAndy Cedilnik2006-01-111-0/+2
|
* STYLE: Add an explanation for a bunch of backslashesAndy Cedilnik2006-01-091-0/+2
|
* ENH: Fix test for cpack variables, add support for icon on windowsAndy Cedilnik2006-01-091-0/+3
|
* ENH: use a safer check for CPackBill Hoffman2006-01-051-2/+3
|
* ENH: More CPack stuff and fix zlib compressionAndy Cedilnik2006-01-041-0/+11
|