We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c1a50e + f47b32d commit 8fd8e80Copy full SHA for 8fd8e80
1 file changed
cmake/hyperliquid-config.cmake.in
@@ -1,13 +1,13 @@
1
@PACKAGE_INIT@
2
3
include(CMakeFindDependencyMacro)
4
-include(FetchContent)
5
find_dependency(nlohmann_json CONFIG)
6
find_dependency(OpenSSL)
7
8
find_package(slick-net 2.1.0 CONFIG QUIET)
9
if (NOT slick-net_FOUND)
10
message(STATUS "Fetching slick-net...")
+ include(FetchContent)
11
FetchContent_Declare(
12
slick-net
13
GIT_REPOSITORY https://github.com/SlickQuant/slick-net.git
0 commit comments