Skip to content

Commit

Permalink
[_cmake] add CMAKE_MODULE_PATH to common property names
Browse files Browse the repository at this point in the history
  • Loading branch information
pseyfert committed Oct 29, 2016
1 parent cd61ca5 commit 0d5cceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_cmake
Expand Up @@ -302,6 +302,7 @@ _cmake_define_lang_property_names() {
(( $+functions[_cmake_define_common_property_names] )) ||
_cmake_define_common_property_names() {
local properties; properties=(
'CMAKE_MODULE_PATH:Search path for cmake modules'
'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_COLOR_MAKEFILE:Enables/disables color output when using the Makefile generator'
Expand Down

0 comments on commit 0d5cceb

Please sign in to comment.