diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake index 2e88c8ac61..d08a37df6c 100644 --- a/cmake_modules/ThirdpartyToolchain.cmake +++ b/cmake_modules/ThirdpartyToolchain.cmake @@ -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)