]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build: Remove no longer needed workaround when building downloaded Zstd
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 24 Jun 2024 19:01:02 +0000 (21:01 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Jun 2024 18:01:37 +0000 (20:01 +0200)
cmake/FindZstd.cmake

index eb7d7325d33f71accd712e9c56306bf4f76d38ef..9b4f4734cd964951592502711da0d4a3c82504e3 100644 (file)
@@ -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 "$<BUILD_INTERFACE:${zstd_SOURCE_DIR}/lib>")
-
   unset(ZSTD_BUILD_PROGRAMS)
   unset(ZSTD_BUILD_SHARED)
   unset(ZSTD_BUILD_STATIC)