CMake/Help/manual
Brad King d582c23a47 try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
In the `try_compile` source file signature we propagate the caller's
value of `CMAKE_<LANG>_FLAGS` into the test project.  Extend this to
propagate `CMAKE_<LANG>_FLAGS_<CONFIG>` too instead of always using the
default value in the test project.  This will be useful, for example, to
allow the MSVC runtime library to be changed (e.g. `-MDd` => `-MTd`).
However, some projects may currently depend on this not being done,
so we need to activate the behavior using a policy.

This change was originally made by commit v3.6.0-rc1~160^2 (try_compile:
Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes, 2016-04-11) but without the
policy and so had to be reverted during the 3.6 release candidate cycle.

Fixes #16174.
2016-06-29 09:11:02 -04:00
..
LINKS.txt Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
OPTIONS_BUILD.txt Add -Werror and -Wno-error command-line options 2016-01-12 14:02:51 -05:00
OPTIONS_HELP.txt Restore --help-full option to output all help manuals 2014-04-25 08:41:31 -04:00
ccmake.1.rst Help: Refine manual/*.1.rst usage summaries 2013-11-04 11:06:14 -05:00
cmake-buildsystem.7.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
cmake-commands.7.rst CMakeParseArguments: replace by native cmake_parse_arguments command 2015-12-17 10:44:28 -05:00
cmake-compile-features.7.rst Features: Specify minimum version Intel C++ 12.1 2016-04-28 09:16:31 -04:00
cmake-developer.7.rst Help: Fix typo in `cmake-developer(7)` manual 2016-02-01 10:36:25 -05:00
cmake-generator-expressions.7.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
cmake-generators.7.rst Revert "Qbs: Add new 'extra' generator for qbs project files" 2015-05-21 09:05:58 -04:00
cmake-gui.1.rst Help: Refine manual/*.1.rst usage summaries 2013-11-04 11:06:14 -05:00
cmake-language.7.rst Help: Add link target to cmake-language.7 variables section 2015-04-01 16:24:24 -04:00
cmake-modules.7.rst Merge topic 'add-FindVulkan' 2016-06-08 12:56:07 -04:00
cmake-packages.7.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
cmake-policies.7.rst try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
cmake-properties.7.rst Merge topic 'vs-tool-override' 2016-06-23 08:59:29 -04:00
cmake-qt.7.rst Help: Drop TOC from latex manuals 2014-11-06 14:46:18 -05:00
cmake-toolchains.7.rst CMakeForceCompiler: Deprecate this module and its macros 2016-03-08 10:42:28 -05:00
cmake-variables.7.rst Add options to run `ldd -u -r` as a "link-what-you-use" tool 2016-06-17 10:56:40 -04:00
cmake.1.rst cmake: Add an option to control what files needs to be traced 2016-06-17 11:46:23 -04:00
cpack.1.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
ctest.1.rst Help: Document CTest Git fetch-and-reset behavior 2016-06-08 09:58:43 -04:00