Skip to content

Commit

Permalink
Reverted USD move.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 3, 2023
1 parent c7ac79d commit 83b9cf4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions etc/SuperBuild/cmake/Modules/BuildUSD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ list(APPEND USD_ARGS --verbose)


set(USD_INSTALL_COMMAND )
if(WIN32)
# \todo On Windows the USD cmake build system installs the "*.dll" files
# and "usd" directory into "lib", however it seems like they need to be
# in "bin" instead.
cmake_path(CONVERT ${CMAKE_INSTALL_PREFIX} TO_NATIVE_PATH_LIST cmake_install)
set(USD_INSTALL_COMMAND
${CMAKE_COMMAND} -E copy_directory ${CMAKE_INSTALL_PREFIX}/lib/usd ${CMAKE_INSTALL_PREFIX}/bin/usd
COMMAND copy "${cmake_install}\\lib\\*.dll" "${cmake_install}\\bin")
if(MRV2_DIST_RELEASE)
list(APPEND USD_INSTALL_COMMAND
COMMAND del "${cmake_install}\\lib\\*.dll")
endif()
endif()

ExternalProject_Add(
USD
Expand Down

0 comments on commit 83b9cf4

Please sign in to comment.