summaryrefslogtreecommitdiff
path: root/Modules/CMakeSystemSpecificInformation.cmake
Commit message (Expand)AuthorAgeFilesLines
* LINUX: Set CMAKE_HOST_LINUX variable when running on a Linux hostCristian Adam2022-09-091-0/+1
* BSD: Set CMAKE_HOST_BSD variable on a BSD hostCristian Adam2022-09-061-0/+1
* CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIXRobert Maynard2022-08-301-3/+9
* Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-151-0/+10
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-0/+1
* CMakeSystemSpecificInformation: Replace mailing list with Discourse ForumBrad King2019-11-061-3/+3
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-1/+1
* Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-081-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-4/+4
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-23/+23
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAGBrad King2009-12-021-2/+0
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* STYLE: rename the files from CMake<GENERATOR>.cmake toAlexander Neundorf2009-05-121-2/+2
* ENH: move the code which queries gcc for the system include dirs fromAlexander Neundorf2009-05-101-36/+6
* ENH: when using the Eclipse project generator, run gcc so that it tells usAlexander Neundorf2009-03-131-0/+38
* STYLE: fix typoAlexander Neundorf2009-01-091-1/+1
* ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so itAlexander Neundorf2007-08-101-5/+5
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-0/+11
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-021-3/+1
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-5/+8
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-151-1/+0
* BUG: When copying the module variables from shared library variables use doub...Brad King2006-03-161-2/+2
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGSBill Hoffman2004-09-241-1/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-3/+3
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-306/+8
* BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is setAndy Cedilnik2004-08-181-1/+3
* ENH: minor fortran fixesBill Hoffman2004-08-111-0/+6
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+47
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-1/+1
* ENH: add verbose make abilility to visual studio 7Bill Hoffman2004-04-231-1/+1
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-2/+2
* ENH: add LDFLAGS as an initial value for all linker flags, good for -64Bill Hoffman2003-05-231-3/+3
* move cmake install out of advancedBill Hoffman2003-02-041-2/+4
* Remove extra quoteAndy Cedilnik2003-01-301-1/+1
* better docsBill Hoffman2002-12-191-2/+2
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-4/+4
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-40/+48
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-2/+0
* FUX: those vars need to be ADVANCEDSebastien Barre2002-11-211-0/+7
* ENH: fix for module run time flagBill Hoffman2002-11-211-1/+1
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-191-2/+2
* BUG: fix CFLAGSBill Hoffman2002-11-191-2/+2
* If system detection fails, make copy of CMakeCacheAndy Cedilnik2002-11-181-0/+6
* ENH: add back install prefixBill Hoffman2002-11-151-0/+4
* ENH: add CFLAGS and CXXFLAGSBill Hoffman2002-11-151-2/+2
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-0/+8