build: check c++ compliler flags seperately
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 30 Apr 2014 10:05:51 +0000 (12:05 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 30 Apr 2014 10:05:51 +0000 (12:05 +0200)
commit3423ab5b3b23766dcdc14956b265432c7e222368
tree8d4c9018a83594d516acc578bca80442d7a95014
parent02595df976f4cb0ced65003e98aa8165388329bc
build: check c++ compliler flags seperately

Flags for C and C++ compiler need to be checked seperately since
the c and c++ compiler might not support the same flags (even if
they are the same version).
CMakeLists.txt