mkxp-z/subprojects/packagefiles/fluidsynth-test-doc.patch

15 lines
363 B
Diff

# Disables building FluidSynth's tests and documentation because they cause problems on some platforms.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -715,8 +715,8 @@ link_directories (
# Process subdirectories
add_subdirectory ( src )
-add_subdirectory ( test )
-add_subdirectory ( doc )
+
+
# pkg-config support
set ( prefix "${CMAKE_INSTALL_PREFIX}" )