Skip to content

Commit

Permalink
disable zstd asm
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed Sep 12, 2022
1 parent a8bfd10 commit cfa8815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cslol-tools/dep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if(NOT zstd_POPULATED)
target_include_directories(zstd PUBLIC ${zstd_SOURCE_DIR}/lib)
target_include_directories(zstd PRIVATE ${zstd_SOURCE_DIR}/lib/common)
target_compile_definitions(zstd INTERFACE -DZSTD_STATIC_LINKING_ONLY)
target_compile_definitions(zstd PRIVATE -DZSTD_DISABLE_ASM)
if(MSVC)
target_compile_options(zstd PRIVATE /wd4267)
endif()
Expand Down

0 comments on commit cfa8815

Please sign in to comment.