mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-23 23:33:45 +02:00
15 lines
363 B
Diff
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}" )
|