Skip to content

Commit

Permalink
revert needless change
Browse files Browse the repository at this point in the history
  • Loading branch information
luffy-zh committed Jan 3, 2025
1 parent 9260575 commit 635c8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ option(ORC_PREFER_STATIC_LZ4 "Prefer static lz4 library, if available"
option(ORC_PREFER_STATIC_ZSTD "Prefer static zstd library, if available" ON)
option(ORC_PREFER_STATIC_ZLIB "Prefer static zlib library, if available" ON)
option(ORC_PREFER_STATIC_GMOCK "Prefer static gmock library, if available" ON)

# zstd requires us to add the threads
FIND_PACKAGE(Threads REQUIRED)

Expand Down

0 comments on commit 635c8a2

Please sign in to comment.