From ec116e3d492511298c9bf595c19e6c49e07c97f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 10 Feb 2020 15:07:49 +0100 Subject: USD: Install USD library via install_deps.sh This commit adds the download, extract, patch, build, and install of the Universal Scene Description (USD) library to the `install_deps.sh` script. Reviewed By: mont29, LazyDodo Differential Revision: https://developer.blender.org/D6478 --- build_files/cmake/Modules/FindUSD.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/cmake/Modules') diff --git a/build_files/cmake/Modules/FindUSD.cmake b/build_files/cmake/Modules/FindUSD.cmake index f14843c657e..97830af1dd9 100644 --- a/build_files/cmake/Modules/FindUSD.cmake +++ b/build_files/cmake/Modules/FindUSD.cmake @@ -42,7 +42,7 @@ FIND_PATH(USD_INCLUDE_DIR FIND_LIBRARY(USD_LIBRARY NAMES - usd_m + usd_m usd_ms HINTS ${_usd_SEARCH_DIRS} PATH_SUFFIXES -- cgit v1.2.3