--- CMakeLists.txt.orig	2025-12-05 00:32:05 UTC
+++ CMakeLists.txt
@@ -27,24 +27,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D
 
 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-# Antlr 4 configuration
-
-# This is an alternate way of supplying the Antlr 4 sources that will override
-# the git clone of the tag listed below. This is especially useful if you
-# encounter compiler problems and need to make small edits to compensate. Start
-# with the Antlr project's sources, e.g.
-# https://www.antlr.org/download/antlr4-cpp-runtime-4.9.3-source.zip
-# set(ANTLR4_ZIP_REPOSITORY "/path_to_antlr4_archive/a4.zip")
-
-add_definitions(-DANTLR4CPP_STATIC)
-set(ANTLR4_WITH_STATIC_CRT OFF)
-# set(ANTLR4_TAG tags/4.13.2)
-# This is a more recent commit than 4.13.2 that addresses a missing
-# include directive needed in more recent Visual Studio releases
-set(ANTLR4_TAG df4d68c09cdef73e023b8838a8bc7ca4dff1d1de)
-include(ExternalAntlr4Cpp)
-
-
 if (DEFINED ENV{FORCE_BUILD_LIBXML2})
     set(BUILD_STATIC_LIBXML2 TRUE)
 else()
@@ -109,4 +91,3 @@ add_subdirectory(c/type1/source)
 add_subdirectory(c/spot/source)
 add_subdirectory(c/tx/source)
 add_subdirectory(c/type1/source)
-add_subdirectory(c/makeotf)
