Fix: Build error on windows

USD "library" directory was not set, leading to an error
during the INSTALL phase.
This commit is contained in:
Ray Molenkamp
2020-02-11 06:51:18 -07:00
parent 4e216b1025
commit 3657bb5141

View File

@@ -661,6 +661,7 @@ if(WITH_USD)
set(USD_INCLUDE_DIRS ${LIBDIR}/usd/include)
set(USD_RELEASE_LIB ${LIBDIR}/usd/lib/libusd_m.lib)
set(USD_DEBUG_LIB ${LIBDIR}/usd/lib/libusd_m_d.lib)
set(USD_LIBRARY_DIR ${LIBDIR}/usd/lib/usd)
set(USD_LIBRARIES
debug ${USD_DEBUG_LIB}
optimized ${USD_RELEASE_LIB}