Skip to content

cmRulePlaceholderExpander: Fix CMAKE_COMPILER_ARG1

Zack Galbreath requested to merge zackgalbreath/cmake:fix_compiler_arg1 into master

The CMAKE_<lang>_COMPILER_ARG1 feature was broken in commit b29425f7. It was looking up this data using the key:

CMAKE_CXX_COMPILER_COMPILER_ARG1

rather than:

CMAKE_CXX_COMPILER_ARG1

Merge request reports