We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce1941 commit 0bda120Copy full SHA for 0bda120
src/native/external/zstd.cmake
@@ -5,6 +5,7 @@ include(FetchContent)
5
FetchContent_Declare(
6
zstd
7
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/zstd/build/cmake
8
+ EXCLUDE_FROM_ALL
9
)
10
11
set(ZSTD_BUILD_PROGRAMS OFF)
0 commit comments