Brad King
|
e55ff93748
|
ENH: Allow user project code to distinguish between an install prefix set on the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it.
|
2006-10-16 13:58:17 -04:00 |
Brad King
|
81b778c074
|
ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators with default ON.
|
2006-05-25 14:16:28 -04:00 |
Andy Cedilnik
|
b9947a91d4
|
ENH: Cleanup link libraries. Remove -l from -ldl
|
2006-04-20 10:23:17 -04:00 |
Brad King
|
33587ce376
|
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
2006-02-09 15:05:13 -05:00 |
Brad King
|
ca4b82d9ed
|
BUG: CMAKE_INSTALL_PREFIX must always have forward slashes.
|
2006-02-02 20:16:37 -05:00 |
Bill Hoffman
|
86ad253427
|
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
|
2006-01-02 13:37:53 -05:00 |
Brad King
|
5fddc58427
|
ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also.
|
2005-08-29 15:49:51 -04:00 |
Bill Hoffman
|
af4b6fbfed
|
ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE
|
2005-07-19 14:36:20 -04:00 |
Bill Hoffman
|
004b833d12
|
ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE
|
2005-07-19 11:48:34 -04:00 |
Ken Martin
|
165d70803f
|
ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removed
|
2005-06-20 12:55:48 -04:00 |
Brad King
|
7c7b173042
|
ENH: Added better default install location for windows builds. The previous default /usr/local did not make much sense. Now "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the windows equivalent to /usr/local.
|
2005-02-22 15:22:40 -05:00 |
Bill Hoffman
|
692ba48c4e
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
Bill Hoffman
|
66a08c10e5
|
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
2004-08-26 14:55:55 -04:00 |