From 3a2b4518e2d325b29b4a6afbc5d1bb8f95accc7b Mon Sep 17 00:00:00 2001 From: Jonny Paton Date: Thu, 13 Feb 2025 10:03:49 +0000 Subject: [PATCH] Remove FLAC microbench target from project --- tools/flac/PatchFLAC.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/flac/PatchFLAC.cmake b/tools/flac/PatchFLAC.cmake index 18da18e56..5320c398f 100644 --- a/tools/flac/PatchFLAC.cmake +++ b/tools/flac/PatchFLAC.cmake @@ -7,4 +7,5 @@ string(REPLACE "set_target_properties(FLAC grabbag getopt replaygain_analysis re string(REPLACE "install(FILES \${FLAC_HEADERS} DESTINATION \"\${CMAKE_INSTALL_INCLUDEDIR}/FLAC\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}") string(REPLACE "install(FILES \${FLAC++_HEADERS} DESTINATION \"\${CMAKE_INSTALL_INCLUDEDIR}/FLAC++\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}") string(REPLACE "\n\nadd_subdirectory(\"src\")" "\nset(CMAKE_DEBUG_POSTFIX d)\nadd_subdirectory(\"src\")" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}") +string(REPLACE "add_subdirectory(\"microbench\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}") file(WRITE "${FLAC_DIR}/CMakeLists.txt" "${FLAC_CMAKELISTS_CONTENTS}")