cmRulePlaceholderExpander: Fix CMAKE_COMPILER_ARG1
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
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