[Bf-blender-cvs] [fadc135c503] tmp_libupdate_34: deps/fmt: disable doc target

Ray Molenkamp noreply at git.blender.org
Thu Aug 11 18:51:56 CEST 2022


Commit: fadc135c5033ef8e0edb1d7cad8b2098507bb5d7
Author: Ray Molenkamp
Date:   Wed Aug 10 07:53:21 2022 -0600
Branches: tmp_libupdate_34
https://developer.blender.org/rBfadc135c5033ef8e0edb1d7cad8b2098507bb5d7

deps/fmt: disable doc target

requires python, and we don't really need the doc target
so disable it.

===================================================================

M	build_files/build_environment/cmake/fmt.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/fmt.cmake b/build_files/build_environment/cmake/fmt.cmake
index 74cb9e0c8ad..90982b44679 100644
--- a/build_files/build_environment/cmake/fmt.cmake
+++ b/build_files/build_environment/cmake/fmt.cmake
@@ -1,7 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 set(FMT_EXTRA_ARGS
-  -DFMT_TEST=Off
+  -DFMT_TEST=OFF
+  -DFMT_DOC=OFF
 )
 
 ExternalProject_Add(external_fmt



More information about the Bf-blender-cvs mailing list