--- lib/trace/CMakeLists.txt.orig 2025-06-26 12:43:44 UTC +++ lib/trace/CMakeLists.txt @@ -27,13 +27,15 @@ add_convenience_library (common trace_ostream_zlib.cpp ) +find_package(Snappy REQUIRED) + target_link_libraries (common guids highlight os - Snappy::snappy ZLIB::ZLIB PkgConfig::BROTLIDEC + ${Snappy_LIBRARIES} ) if (BUILD_TESTING)