summaryrefslogtreecommitdiff
path: root/Modules/Platform/UnixPaths.cmake
Commit message (Expand)AuthorAgeFilesLines
* Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-151-0/+1
* Conda: Add CONDA_PREFIX as an acceptable system prefix pathRobert Maynard2020-05-211-0/+4
* Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATHRobert Maynard2020-05-191-0/+7
* Compilers: Add paths from -print-sysroot to system prefix pathRobert Maynard2020-04-141-0/+4
* Prefix implicit include directories with sysroot on constructionBrad King2019-02-181-3/+11
* Fix regression in -I/usr/include exclusion logicBrad King2019-02-131-5/+0
* ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmakeChuck Cranor2019-01-301-4/+7
* Refactor exclusion of -I/usr/include to avoid per-language valuesBrad King2019-01-211-0/+7
* CUDA: Treat /usr/include as an implicit include directoryBrad King2017-11-271-0/+3
* Merge topic 'move-platform-specific-paths'Brad King2017-03-201-22/+9
|\
| * Cygwin: Move Cygwin-specific paths to the cygwin platformChuck Atkins2017-03-161-6/+0
| * SunOS: Move solaris-specific paths to the solaris platformChuck Atkins2017-03-161-2/+0
| * Unix: Consolidate path components into prefixesChuck Atkins2017-03-161-16/+11
* | Add support for x32-abiSteven Newbury2017-03-071-0/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-1/+2
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)Brad King2014-04-161-1/+1
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-0/+6
* Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-311-3/+6
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-15/+15
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Search MacPorts /opt/local prefix on MacBrad King2010-09-011-2/+2
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Search prefix /usr before root prefix /Brad King2010-01-131-1/+1
* Avoid (Unix|Windows)Paths.cmake multiple includeBrad King2009-10-051-0/+10
* Add copyright notice to (Unix|Windows)Paths.cmakeBrad King2009-10-051-0/+14
* Find locally installed software firstBrad King2009-10-051-1/+1
* ENH: Re-enable system include dir suppressionBrad King2009-02-251-0/+7
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...Brad King2008-01-171-1/+1
* ENH: Convert Modules/Platform specification of system search paths to use CMA...Brad King2008-01-161-16/+17
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-0/+2
* ENH:Alexander Neundorf2007-07-271-2/+7
* ENH: also add the install base dir of the running cmake to the searchAlexander Neundorf2007-07-161-0/+8
* ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...Brad King2007-06-271-0/+2
* ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...Brad King2007-05-181-0/+6
* BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/includeAlexander Neundorf2007-04-301-0/+1
* BUG: Header and library search path ordering should be consistent.Brad King2006-09-281-6/+32
* ENH: add /opt/local/includeBill Hoffman2006-03-271-1/+1
* ENH: add more search paths and add UnixPaths to all unix platformsBill Hoffman2006-03-271-3/+4
* BUG: Fix '/use/lib' to be '/usr/lib'.Brad King2006-03-241-1/+1
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+5