Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2022-04-25 15:37:01 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-04-25 15:37:01 +0300
commit42368f2ef45ca71191d3ad0d79787dc4c6104381 (patch)
treeeec56ec353fd333ec9c6d4f30fd1e0d9c0a6fd7c /build_files
parent1640fbe7c634e6ef9b83db82452ce5de47d40f7b (diff)
Revert "CMake: add harvesting of `fmt` library"
This reverts commit 7c55a7ccca9b22da2fb213a3903963277968a46f. `fmt` is only a build-time OIIO dependency and doesn't need to be bundled with Blender.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/harvest.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index 6bd8767d6ad..2e23c23998a 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -71,8 +71,6 @@ harvest(imath/include imath/include "*.h")
harvest(imath/lib imath/lib "*.a")
harvest(ffmpeg/include ffmpeg/include "*.h")
harvest(ffmpeg/lib ffmpeg/lib "*.a")
-harvest(fmt/include fmt/include "*.h")
-harvest(fmt/lib fmt/lib "*.a")
harvest(fftw3/include fftw3/include "*.h")
harvest(fftw3/lib fftw3/lib "*.a")
harvest(flac/lib sndfile/lib "libFLAC.a")