Skip to content

Commit b9547e4

Browse files
committed
* build/FindBrotli.cmake: Add a missing BROTLI_VERSION value.
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1925984 13f79535-47bb-0310-9956-ffa450edef68
1 parent f5bd2aa commit b9547e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/FindBrotli.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ function(_get_brotli_version)
4646
string(STRIP "${output}" output)
4747
set(BROTLI_VERSION "${output}" PARENT_SCOPE)
4848
endif()
49+
else()
50+
set(BROTLI_VERSION "unknown" PARENT_SCOPE)
4951
endif()
5052
endfunction(_get_brotli_version)
5153

0 commit comments

Comments
 (0)