Fix #5669: If cairo is detected as part of other dependencies ignore it
authorArmin Novak <armin.novak@thincast.com>
Wed, 23 Oct 2019 14:13:25 +0000 (16:13 +0200)
committerArmin Novak <armin.novak@thincast.com>
Wed, 23 Oct 2019 14:16:15 +0000 (16:16 +0200)
commitd5fed5e998288eceaaef231b8624ab41ccfa9120
treec1cab9b042a885aadcb66d42a63ead9628b5d8f7
parentbd5a88e95a9e34c55841ebd2e27802eb688816ca
Fix #5669: If cairo is detected as part of other dependencies ignore it

If WITH_CAIRO=OFF it was still used when the library was detected as
part of some other dependency. With this commit the dependency is
only added if WITH_CAIRO=ON
libfreerdp/CMakeLists.txt