You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/external
Jason Rhinelander e47b70a82f
CMake fixes: libuv static build, base_libs, shared lib install dir (#1431)
* Update how we build libuv

- Update submoduled libuv to latest stable (1.40.0)
- Don't look for a system libuv if we're under BUILD_STATIC_DEPS
- Add a libuv interface library rather than using globals
- Make the windows build fall back to the submodule if not explicitly
  given a LIBUV_ROOT

* Replace ${LIBS} global with `base_libs` interface

This simplifies linking and include handling a bit.

* Remove unneeded header

* Add missing csignal header

(This was previously being pulled in incredibly indirectly via some
stuff that eventually includes some other stuff that eventually included
uv.h)

* Use GNUInstallDirs to get lib dir instead of hard-coding lib

Fixes #1429
4 years ago
..
clang-format-hooks@ac35e705eb Add 'clang-format-hooks' submodule 4 years ago
cxxopts@6fa46a7488 Revert "bump submodules" 4 years ago
date@cac99da8dc Update deps (#1348) 4 years ago
ghc-filesystem@d8abf146a4 Update deps (#1348) 4 years ago
googletest@703bd9caab Revert "bump submodules" 4 years ago
libuv@4e69e33325 CMake fixes: libuv static build, base_libs, shared lib install dir (#1431) 4 years ago
loki-mq@ea484729c7 Reduce macOS target to 10.12, and fix target for deps (#1414) 4 years ago
nlohmann@db78ac1d77 Update nlohmann to latest stable 4 years ago
pybind11@3b1dbebabc Update deps (#1348) 4 years ago
sqlite_orm@b30ddc6a50 Update deps (#1348) 4 years ago