Updated generated files.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 66118ec..879fdb6 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -79,8 +79,7 @@
   ../upb/upb.hpp)
 target_link_libraries(upb
   fastdecode
-  port
-  /third_party/wyhash)
+  port)
 add_library(fastdecode
   ../upb/decode_internal.h
   ../upb/decode_fast.c
@@ -126,6 +125,5 @@
 add_library(table INTERFACE)
 target_link_libraries(table INTERFACE
   port)
-add_library(wyhash INTERFACE)