Merge pull request #464 from pseyfert/cmake_module_path

[_cmake] add CMAKE_MODULE_PATH to common property names
This commit is contained in:
Syohei YOSHIDA 2016-10-31 13:43:34 +09:00 committed by GitHub
commit 44e821b703
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ _cmake_define_lang_property_names() {
(( $+functions[_cmake_define_common_property_names] )) || (( $+functions[_cmake_define_common_property_names] )) ||
_cmake_define_common_property_names() { _cmake_define_common_property_names() {
local properties; properties=( local properties; properties=(
'CMAKE_MODULE_PATH:Search path for cmake modules'
'CMAKE_BUILD_TYPE:Specifies the build type for make based generators' 'CMAKE_BUILD_TYPE:Specifies the build type for make based generators'
'CMAKE_TOOLCHAIN_FILE:Absolute or relative path to a cmake script which sets up toolchain related variables' 'CMAKE_TOOLCHAIN_FILE:Absolute or relative path to a cmake script which sets up toolchain related variables'
'CMAKE_COLOR_MAKEFILE:Enables/disables color output when using the Makefile generator' 'CMAKE_COLOR_MAKEFILE:Enables/disables color output when using the Makefile generator'