diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-09-17 17:44:35 -0400 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-23 22:58:31 +0200 |
commit | 5bd343778fb5da91c81d086ca02580a0f0ea65b1 (patch) | |
tree | d73db35ac29eac01885fcf0cc8fb6a42d81e1582 /cmake | |
parent | change to allow (at least a bit) for multiple TXT records (diff) | |
download | monero-5bd343778fb5da91c81d086ca02580a0f0ea65b1.tar.xz |
Fixed CMake search for libunbound
As it turns out, some of CMake's built-in modules for detecting headers
and libraries don't work if you have certain compiler flags set, such as
-Werror=old-style-definition, as they do "int main()" rather than
"int main(void)". Having CMake search for libs before compiler flags
are set alleviates this issue, and I believe the underlying issue will
be fixed in future releases of CMake.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions