Skip to content

Commit 0a71f5d

Browse files
committed
Lowercase fizz reference in proxygen listfile
Since D91009064 the proxygen listfile explicitly looks for `fizz` via the lowercase name, so help it find the installed CMake config.
1 parent 381c03b commit 0a71f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/proxygen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ExternalProject_Add(
4747
-DZSTD_INCLUDE_DIR=${ZSTD_INCLUDE_DIR}
4848
-DZSTD_LIBRARY_RELEASE=${ZSTD_LIBRARY}
4949

50-
"-DFizz_DIR=${FIZZ_INSTALL_DIR}/lib/cmake/fizz"
50+
"-Dfizz_DIR=${FIZZ_INSTALL_DIR}/lib/cmake/fizz"
5151
"-Dfmt_DIR=${fmt_DIR}"
5252
"-Dfolly_DIR=${FOLLY_INSTALL_DIR}/lib/cmake/folly"
5353
"-Dwangle_DIR=${WANGLE_INSTALL_DIR}/lib/cmake/wangle"

0 commit comments

Comments
 (0)