Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 2, 2023
1 parent 7f32b52 commit c7ac79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/SuperBuild/cmake/Modules/BuildUSD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ if(WIN32)
# 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")
${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")
Expand Down

0 comments on commit c7ac79d

Please sign in to comment.