Fixed clang compilation errors 77/47177/2
authorPawel Kubik <p.kubik@samsung.com>
Mon, 31 Aug 2015 14:29:47 +0000 (16:29 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Tue, 1 Sep 2015 11:14:38 +0000 (04:14 -0700)
commit73407867e8f6c282e3a9fc8dbe8bf9b623ff773e
tree29176300f0f5ecec1c9d2cc51e18f2b0bcff793c
parent5bc4836840cd866fef8295e5f82a70e2cdb943b2
Fixed clang compilation errors

[Feature]       Fixed clang compilation errors
[Cause]         C++ flags were being passed to the C compiler
[Solution]      Pass C++ flags to the C++ compiler only
[Verification]  Build using clang

Change-Id: Ie9c7abfaea0ef47381bc045353d1ea3724a19671
CMakeLists.txt