From: Joel Rosdahl Date: Mon, 24 Jun 2024 19:01:02 +0000 (+0200) Subject: build: Remove no longer needed workaround when building downloaded Zstd X-Git-Tag: v4.10.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ede4339079ba0cc41feae1b2efe8dca0837506;p=thirdparty%2Fccache.git build: Remove no longer needed workaround when building downloaded Zstd (cherry picked from commit e0abc817e23c80bceb330936fdc64a583180be84) --- diff --git a/cmake/FindZstd.cmake b/cmake/FindZstd.cmake index eb7d7325..9b4f4734 100644 --- a/cmake/FindZstd.cmake +++ b/cmake/FindZstd.cmake @@ -56,10 +56,6 @@ if(_download_zstd) add_subdirectory("${zstd_SOURCE_DIR}/build/cmake" "${zstd_BINARY_DIR}" EXCLUDE_FROM_ALL) endif() - # Workaround until https://github.com/facebook/zstd/pull/3968 is included in a - # release: - set_target_properties(libzstd_static PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "$") - unset(ZSTD_BUILD_PROGRAMS) unset(ZSTD_BUILD_SHARED) unset(ZSTD_BUILD_STATIC)