From dca9aa0053f7d711c1b42a4f2042827a1e286bea Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sun, 29 Nov 2020 14:01:33 -0700 Subject: Deps: PugiXML 1.10 This separates out PugiXML that was previously bundled by OIIO. As this linux/mac libs are not available this commit only contains the builder and windows changes, and the option to enable pugixml is guarded by a platform if, this can be removed once all platforms have committed the svn libs. For details see D8628 --- intern/cycles/kernel/osl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/kernel/osl') diff --git a/intern/cycles/kernel/osl/CMakeLists.txt b/intern/cycles/kernel/osl/CMakeLists.txt index 3b2d639f3a5..cdd3b24be86 100644 --- a/intern/cycles/kernel/osl/CMakeLists.txt +++ b/intern/cycles/kernel/osl/CMakeLists.txt @@ -43,6 +43,7 @@ set(LIB ${OSL_LIBRARIES} ${OPENIMAGEIO_LIBRARIES} + ${PUGIXML_LIBRARIES} ${LLVM_LIBRARY} ) -- cgit v1.2.3