Skip to content

Commit

Permalink
Looks like we may not need the dynamic zstd, disable to try and avoid…
Browse files Browse the repository at this point in the history
… Windows build issue.
  • Loading branch information
starseeker committed Jun 28, 2024
1 parent 4167ad7 commit cba7f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zstd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (ENABLE_ZSTD)
-DZ_PREFIX_STR=${Z_PREFIX_STR}
-DBIN_DIR=${BIN_DIR}
-DLIB_DIR=${LIB_DIR}
-DZSTD_BUILD_SHARED=OFF
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}
-DBUILD_STATIC_LIBS=${BUILD_STATIC_LIBS}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Expand Down

0 comments on commit cba7f6c

Please sign in to comment.