1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Don't rely on cmake search path for StaticBuild

Resolves a conflict with libquic's StaticBuild.
This commit is contained in:
Jason Rhinelander 2023-08-28 13:13:35 -03:00
parent 1346ce5326
commit c997ca2b60
No known key found for this signature in database
GPG key ID: C4992CE7A88D4262
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ if(BUILD_STATIC_DEPS AND NOT STATIC_LINK)
endif()
if(BUILD_STATIC_DEPS)
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE)
include(StaticBuild)
include(cmake/StaticBuild.cmake)
endif()
if(NOT CMAKE_BUILD_TYPE)

@ -1 +1 @@
Subproject commit 15821c53fc0f261537bca89387268eea84e1f1c5
Subproject commit 0fdbb2c8ad20a729979465cf3c4f625c9c88fe04