--- CMakeLists.txt.orig	2020-07-20 21:47:43 UTC
+++ CMakeLists.txt
@@ -6,16 +6,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 # Always make a release build
 set(CMAKE_BUILD_TYPE Release)
 
-# Avoid building tooling we won't need for release
-set(BUILD_BENCHMARKS OFF CACHE BOOL "" FORCE)
-set(BUILD_FILTERS OFF CACHE BOOL "" FORCE)
-set(BUILD_GENERATORS OFF CACHE BOOL "" FORCE)
-set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
-
-# Build the core library as static
-set(BUILD_SHARED_LIBS OFF)
-add_subdirectory(src/h3lib)
-
 # Build the rest (other than the core library dependency) as shared
 set(BUILD_SHARED_LIBS ON)
 add_subdirectory(src/h3)
