Skip to content

Commit 66bcff8

Browse files
lniccofacebook-github-bot
authored andcommitted
workaround to unblock build
Summary: #346 Reviewed By: mjoras Differential Revision: D25135783 fbshipit-source-id: 98285774caf15b609d719a7d2f0cb5efb3a7b7d6
1 parent d41c493 commit 66bcff8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ endif()
6565
find_package(fmt REQUIRED)
6666
find_package(folly REQUIRED)
6767
find_package(wangle REQUIRED)
68-
find_package(Fizz REQUIRED)
69-
find_package(mvfst QUIET)
68+
if (BUILD_QUIC)
69+
find_package(mvfst REQUIRED)
70+
else()
71+
find_package(Fizz REQUIRED)
72+
endif()
7073
find_package(Zstd REQUIRED)
7174
find_package(ZLIB REQUIRED)
7275
find_package(OpenSSL REQUIRED)

0 commit comments

Comments
 (0)