Skip to content

Commit

Permalink
cmake to share/pxr
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Sep 25, 2020
1 parent 3891bd6 commit 9e95411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions ports/usd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ file(
"${CURRENT_PACKAGES_DIR}/pxrConfig.cmake"
"${CURRENT_PACKAGES_DIR}/cmake/pxrConfig.cmake")

vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH ${CURRENT_PACKAGES_DIR}/share/pxr)

vcpkg_copy_pdbs()

Expand All @@ -66,8 +66,6 @@ foreach(CURRENT_FROM ${RELEASE_DLL} ${DEBUG_DLL})
file(RENAME ${CURRENT_FROM} ${CURRENT_TO})
endforeach()

file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})

function(file_replace_regex filename match_string replace_string)
file(READ ${filename} _contents)
string(REGEX REPLACE "${match_string}" "${replace_string}" _contents "${_contents}")
Expand Down
5 changes: 0 additions & 5 deletions ports/usd/usage

This file was deleted.

0 comments on commit 9e95411

Please sign in to comment.