]> source.dussan.org Git - tigervnc.git/commit
Split gmp detection to separate module
authorPierre Ossman <ossman@cendio.se>
Thu, 1 Sep 2022 09:28:23 +0000 (11:28 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Sep 2022 12:35:39 +0000 (14:35 +0200)
commit7b32549083bc41ceca0de55036b597e7ad3a4cd3
tree3a9a451f3f18ce37dbb72eac74aa453c9c56bd1d
parent4b12f80cf453d3ff2df27f5a282d0dd57c99feaa
Split gmp detection to separate module

It is a (weird) dependency of nettle, and not part of nettle itself. So
split it to a separate module for clarity.
cmake/Modules/FindGmp.cmake [new file with mode: 0644]
cmake/Modules/FindNettle.cmake