]> source.dussan.org Git - tigervnc.git/commit
Static build fix - only attempt to link against libtasn1 if it's present 59/head
authorBrian P. Hinz <bphinz@users.sf.net>
Tue, 4 Nov 2014 05:03:24 +0000 (00:03 -0500)
committerBrian P. Hinz <bphinz@users.sf.net>
Tue, 4 Nov 2014 05:03:24 +0000 (00:03 -0500)
commit44759765fc36417d5fdd58b161f8d54f23d3f65e
treebcce775e39395075bb83d2a8167eda7f3a9104e7
parent37c2f4da50957c3c27a3fe392f3d304f221b616e
Static build fix - only attempt to link against libtasn1 if it's present

GnuTLS may be compiled without external libtasn1, so we shouldn't try
to link against it unless it's actually present.
cmake/StaticBuild.cmake