Skip to content
Commit ceb0c083 authored by Alex Merry's avatar Alex Merry
Browse files

Fix build

A couple of places in the CMakeLists.txt files seem to assume that
linking library A against library B will cause anything linked to A to
inherit the link to B.  This is only true of PUBLIC (or INTERFACE)
links.
parent 51177ba7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment