diff options
author | Brad King <brad.king@kitware.com> | 2016-07-07 13:02:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-07 13:02:23 (GMT) |
commit | 0ca8f3e699fc2936ccf65a78edf9c74aed0adb68 (patch) | |
tree | 0d3df3b7fbf2124e382c8d51a9aae3bc3458408c /Help/variable/CMAKE_LANG_FLAGS_INIT.rst | |
parent | 5553aab0bdc8cfb84c26b99b98779f4401e25a42 (diff) | |
parent | a66004bee06023e9da4e0895ee1afbceaff33bdb (diff) | |
download | CMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.zip CMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.tar.gz CMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.tar.bz2 |
Merge topic 'toolchain-flag-init'
a66004be Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files
cdde77e5 OpenWatcom: Partially modernize platform information modules
f9dbe22c Intel: Do not use GNU-like flags on Windows
5a3ed0d7 Intel: Do not use MSVC-like flags for Fortran
Diffstat (limited to 'Help/variable/CMAKE_LANG_FLAGS_INIT.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_FLAGS_INIT.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_FLAGS_INIT.rst b/Help/variable/CMAKE_LANG_FLAGS_INIT.rst new file mode 100644 index 0000000..1d32cc3 --- /dev/null +++ b/Help/variable/CMAKE_LANG_FLAGS_INIT.rst @@ -0,0 +1,15 @@ +CMAKE_<LANG>_FLAGS_INIT +----------------------- + +Value used to initialize the :variable:`CMAKE_<LANG>_FLAGS` cache entry +the first time a build tree is configured for language ``<LANG>``. +This variable is meant to be set by a :variable:`toolchain file +<CMAKE_TOOLCHAIN_FILE>`. CMake may prepend or append content to +the value based on the environment and target platform. + +See also the configuration-specific variables: + +* :variable:`CMAKE_<LANG>_FLAGS_DEBUG_INIT` +* :variable:`CMAKE_<LANG>_FLAGS_RELEASE_INIT` +* :variable:`CMAKE_<LANG>_FLAGS_MINSIZEREL_INIT` +* :variable:`CMAKE_<LANG>_FLAGS_RELWITHDEBINFO_INIT` |