[cmake] Fix build of attribute plugin example on Windows
authorKristina Bessonova <kbessonova@accesssoftek.com>
Mon, 7 Sep 2020 08:03:32 +0000 (10:03 +0200)
committerKristina Bessonova <kbessonova@accesssoftek.com>
Mon, 7 Sep 2020 08:04:32 +0000 (10:04 +0200)
commit04ea680a8ccc4f9a4d7333cd712333960348c35b
tree1741e5077938efa7811424b209f3cf9a164c2263
parentf4835b94f2cfc89e430263d1807b118e0e937f4d
[cmake] Fix build of attribute plugin example on Windows

Seems '${cmake_2_8_12_PRIVATE}' was removed a long time ago, so it should
be just PRIVATE keyword here.

Reviewed By: john.brawn

Differential Revision: https://reviews.llvm.org/D86091
clang/examples/Attribute/CMakeLists.txt