CMake/Help/release/dev
Brad King b30b32a493 Drop find_(library|file|path) prefixes from PATH on non-Windows
Since commit v3.3.0-rc1~430^2 (Teach find_(library|file|path) to get
prefixes from PATH, 2015-02-18) we search in <prefix>/include and
<prefix>/lib directories for prefixes with bin directories in the PATH
environment variable.  The motivation was to support MSYS, MinGW and
similar Windows platforms in their default environments automatically.
At the time this behavior was thought to be worthwhile in general.

Suggested-by: Chuck Atkins <chuck.atkins@kitware.com>
2016-05-09 12:58:08 -04:00
..
0-sample-topic.rst Begin post-3.5 development 2016-02-02 08:40:37 -05:00
CMakePushCheckState-CMAKE_EXTRA_INCLUDE_FILES.rst CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES 2016-03-31 11:11:02 -04:00
ExternalProject-git-clone-shallow.rst ExternalProject: Add option to perform a shallow Git clone (#15291) 2016-04-27 10:58:07 -04:00
ExternalProject-git-recursive-init.rst ExternalProject: Initialize Git submodules recursively and on update (#16083) 2016-05-03 10:04:37 -04:00
FindGTest-depends.rst FindGTest: Automatically re-run cmake when tests change 2016-03-15 15:21:37 -04:00
FindProtobuf-variable-case.rst FindProtobuf: Rename variables to match case of module name 2016-03-07 12:56:25 -05:00
FindProtobuf-version.rst FindProtobuf: Rename variables to match case of module name 2016-03-07 12:56:25 -05:00
add-FindLTTngUST.rst Add FindLTTngUST module to find LTTng-UST library 2016-03-07 11:46:49 -05:00
add-bruce-c.rst Add support for Bruce C Compiler (BCC) 2016-03-21 10:51:50 -04:00
automoc-diagnostics.rst Autogen: Check added for name collisions of generated moc files 2016-04-22 08:49:21 -04:00
clang-tidy.rst Add options to run clang-tidy with the compiler 2016-04-13 09:56:10 -04:00
cmake-depend-in-project-only.rst Help: Add notes for topic 'cmake-depend-in-project-only' 2016-03-23 14:03:01 -04:00
cmake-host-solaris.rst Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061) 2016-04-15 13:25:45 -04:00
cpack-deb-autodep-ORIGIN-RPATH.rst CPack/Deb $ORIGIN handling in rpath 2016-02-19 01:42:19 +01:00
cpack-rpm-default-user-and-group.rst cpack rpm setting of defattr 2016-03-29 00:51:18 +02:00
cpack-rpm-external-symlink-handling.rst CPack/RPM external symlink handling 2016-04-01 09:52:04 -04:00
cpack-rpm-upper-cased-components.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
ctest-run-submodule-sync.rst Help: add release notes for topic 'ctest-run-submodule-sync' 2016-04-01 15:51:46 -04:00
custom-command-CROSSCOMPILING_EMULATOR.rst CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR 2016-05-09 08:56:27 -04:00
cygwin-clang.rst Cygwin: Add support for Clang compiler 2016-03-10 09:35:48 -05:00
deprecate-CMakeForceCompiler.rst CMakeForceCompiler: Deprecate this module and its macros 2016-03-08 10:42:28 -05:00
enable-ssl-automatically.rst Automatically use OpenSSL by default on Linux and FreeBSD if available 2016-02-29 11:51:04 -05:00
ep-tls-verify-git.rst ExternalProject: Allow TLS_VERIFY for git clones 2016-04-01 11:49:16 -04:00
error-multiple-targets.rst cmake: Teach --build to reject multiple --target options 2016-02-05 11:48:16 -05:00
external-project-no-extract.rst ExternalProject: add support for just downloading a file 2016-03-31 08:37:12 -04:00
find-blas-lapack-OpenBLAS.rst Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) 2016-03-18 11:23:36 -04:00
find-command-prefix-from-PATH-windows-only.rst Drop find_(library|file|path) prefixes from PATH on non-Windows 2016-05-09 12:58:08 -04:00
fix-bison-flex-command-escaping.rst Help: Add notes for topic 'fix-bison-flex-command-escaping' 2016-04-20 13:22:47 -04:00
install-EXCLUDE_FROM_ALL.rst Help: Add notes for topic 'install-EXCLUDE_FROM_ALL' 2016-02-04 09:48:37 -05:00
intel-compiler-features.rst Help: Add notes for topic 'intel-compiler-features' 2016-04-28 09:16:36 -04:00
list-FILTER-command.rst list: Add FILTER subcommand (#3986) 2016-02-03 11:13:17 -05:00
ninja-depfile-system-headers.rst Ninja: Add dependencies on system-provided header files (#14914) 2016-03-15 10:18:50 -04:00
ninja-directory-targets.rst Help: Add notes for topic 'ninja-directory-targets' 2016-03-22 08:01:14 -04:00
remove-vs6-generator.rst Drop Visual Studio 6 generator 2016-03-09 09:42:18 -05:00
remove-vs7.0-generator.rst Drop Visual Studio 7 generator for VS .NET 2002 2016-03-11 08:53:50 -05:00
timeout_after_match.rst Help: Add notes for topic 'timeout_after_match' 2016-03-22 11:21:15 -04:00
try_compile-config-flags.rst try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054) 2016-04-11 11:25:08 -04:00
try_compile-target-type.rst try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
unix-timestamps.rst CMake: Extend TIMESTAMP sub-commands with new unix time format specifier 2016-02-18 10:30:13 -05:00
update-osx-release.rst Help: Add notes for topic 'update-osx-release' 2016-03-09 08:29:51 -05:00
vs-clang-cl.rst Help: Add notes for topic 'vs-clang-cl' 2016-03-10 09:11:42 -05:00
vs-remote-directory.rst VS: Optionally generate remote directory for WinCE projects 2016-03-15 14:34:26 -04:00
vs-startup-project.rst VS: Add option to choose the `.sln` startup project (#15578) 2016-03-22 07:57:00 -04:00
vs-vcxproj-ConfigurationType.rst VS: Add option to set `ConfigurationType` of a .vcxproj file 2016-02-26 10:52:13 -05:00
vs71-deprecate.rst Deprecate Visual Studio 7 .NET 2003 generator 2016-04-28 10:09:20 -04:00