Commit History

Author SHA1 Message Date
  David Cole 2f98dac486 Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992) 15 years ago
  Todd Gamblin 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' 15 years ago
  Brad King e28c16b482 Split GNU compiler information files 16 years ago
  Brad King 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
  Brad King 493f88ce55 ENH: Allow projects to disable per-rule echo lines 16 years ago
  Brad King 2f651c2e59 ENH: Allow projects to disable per-rule progress 16 years ago
  Alexander Neundorf fe3945bee1 STYLE: this is not necessary anymore for kdevelop, the kdevelop generator 17 years ago
  Brad King b8357db11d ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature. 18 years ago
  Alexander Neundorf c3b42e90ed 18 years ago
  Alexander Neundorf 97b57fbaa4 18 years ago
  Alexander Neundorf f8261ff9f7 18 years ago
  Alexander Neundorf 1383368628 18 years ago
  Alexander Neundorf 6be930f0cf 18 years ago
  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. 19 years ago
  Brad King 81b778c074 ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators with default ON. 19 years ago
  Andy Cedilnik b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 19 years ago
  Brad King 33587ce376 ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. 20 years ago
  Brad King ca4b82d9ed BUG: CMAKE_INSTALL_PREFIX must always have forward slashes. 20 years ago
  Bill Hoffman 86ad253427 BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix 20 years ago
  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. 20 years ago
  Bill Hoffman af4b6fbfed ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE 20 years ago
  Bill Hoffman 004b833d12 ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE 20 years ago
  Ken Martin 165d70803f ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removed 20 years ago
  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. 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  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 21 years ago