Skip to content

Commit 0bda120

Browse files
committed
Fix build issues on Linux x86
1 parent 2ce1941 commit 0bda120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/native/external/zstd.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include(FetchContent)
55
FetchContent_Declare(
66
zstd
77
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/zstd/build/cmake
8+
EXCLUDE_FROM_ALL
89
)
910

1011
set(ZSTD_BUILD_PROGRAMS OFF)

0 commit comments

Comments
 (0)