Skip to content

Commit 7b623d6

Browse files
committed
fix: fix boost file check
1 parent 271e953 commit 7b623d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/jni/cmake/Boost.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set(BOOST_VER 1.85.0)
66

7-
if(NOT EXISTS "boost-${BOOST_VER}-cmake.tar.xz")
7+
if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
88
message(STATUS "Downloading Boost ${BOOST_VER} ......")
99
file(
1010
DOWNLOAD

0 commit comments

Comments
 (0)