summaryrefslogtreecommitdiff
path: root/Modules/CheckVariableExists.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-12/+10
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-7/+1
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-7/+12
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* Check* functions family: add support for LINK_OPTIONSMarc Chevrier2018-12-011-7/+16
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-30/+31
* Check*: Added include guardsCristian Adam2017-12-011-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-1/+1
* Check*: Allow result variables to contain regex special characters (#14923)Brad King2014-07-311-1/+1
* Check*.cmake : Add CMAKE_REQUIRED_QUIET flag.Clinton Stimpson2014-03-291-3/+10
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-9/+24
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-5/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-6/+6
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-22/+22
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-1/+6
* -remove trailing whitespaceAlex Neundorf2012-02-211-4/+4
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+2
* ENH: Made Check* modules more consistent and well documented. Added CMAKE_RE...Brad King2006-02-091-4/+12
* ENH: some style fixes for the bookKen Martin2005-12-151-3/+3
* ENH: add documentation support for modulesBill Hoffman2005-12-141-9/+7
* DOC: better documentaitonKen Martin2005-11-021-1/+6
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* BUG: Message describing variable was using result variable.Brad King2003-10-111-3/+3
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-0/+3
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-9/+9
* Fix problems with required flagsAndy Cedilnik2003-01-031-2/+2
* Add required flagsAndy Cedilnik2003-01-031-1/+2
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-011-1/+1
* Add a way to add custom libraries to the mix. Also add status reportingAndy Cedilnik2003-01-011-0/+8
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-2/+2
* ENH: Don't repeat check even if answer was no.Brad King2002-12-131-14/+16
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-211-0/+23