Silence deprecation warning from CMake 3.0+
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 24 Jul 2014 21:02:45 +0000 (23:02 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 24 Jul 2014 21:02:45 +0000 (23:02 +0200)
commit0270939fb84c62cd39d84dd8484a75f6c8dde14c
treee6a40d75231844c0df9a6476c5fe48179d733b83
parent9d53543b484d6700defb05eea7bc9e3d7c97c3c3
Silence deprecation warning from CMake 3.0+

Setting COMPILE_DEFINITIONS_<Config> has been deprecated since CMake 3.0.
However, the "proper" way of doing things now (generator expressions) have
been support only since CMake 2.8.10, and we require 2.8.9 currently.

Thus, we explicitly enable OLD behavior for CMP0043.
CMakeLists.txt