--- CMakeLists.txt.orig	2021-01-17 13:26:30 UTC
+++ CMakeLists.txt
@@ -143,7 +143,7 @@ add_dependencies( surge-shared git-info )
 
 # Set up external packages
 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
-find_package(LibMidiFile ${PACKAGE_OPTIONS})
+#find_package(LibMidiFile ${PACKAGE_OPTIONS})
 
 # Things we can build
 set( BUILD_HEADLESS true )
@@ -1486,9 +1486,9 @@ endif()
 # become linters and stuff. The code will run on macos in the pipeline. I suppose
 # you could run it locally to, but really, you should know what you are doing if you
 # do that. And I'll document it so you can know that when I use it earnest in 1.9
-add_custom_target(code-quality-pipeline-checks)
+#add_custom_target(code-quality-pipeline-checks)
 
 # Check 1: The extra content is properly specified.
-add_dependencies(code-quality-pipeline-checks download-extra-content)
+#add_dependencies(code-quality-pipeline-checks download-extra-content)
 
 # Coming in 1.9: CLang Format checks and others
