]> source.dussan.org Git - tigervnc.git/commit
Fix link order of nettle and hogweed
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Dec 2019 12:33:48 +0000 (13:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Dec 2019 07:00:38 +0000 (08:00 +0100)
commitd42625216fad9136e903e36694d78b670510ae90
tree75892bd98d5f1a04f388214b06dd3f14b1e859db
parent6c47340e095258a959c95db9aa2a6c715d62bf7c
Fix link order of nettle and hogweed

Hogweed needs nettle, not the other way around. So make sure they
are specified in the correct order for the static link to succeed.

(cherry picked from commit 5ef3a70d1d1d3932a31e1785e4b687634f0c1ec6)
cmake/StaticBuild.cmake