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)
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.


No differences found