Fix ecm_generate_pkgconfig_file compatibility with new cmake
ClosedPublic

Authored by xuetianweng on Mar 11 2017, 6:10 PM.

Details

Summary

CMP0053 specifies that:

  • Expansion of `@VAR@ reference syntax defined by the configure_file() and string(CONFIGURE)` commands is no longer performed in other contexts.

replace it with the $ variable syntax.

Test Plan

manual

Diff Detail

Repository
R240 Extra CMake Modules
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
xuetianweng created this revision.Mar 11 2017, 6:10 PM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptMar 11 2017, 6:10 PM
Restricted Application added a subscriber: Build System. · View Herald Transcript
dfaure accepted this revision.Mar 11 2017, 7:06 PM
This revision is now accepted and ready to land.Mar 11 2017, 7:06 PM
This revision was automatically updated to reflect the committed changes.