[console-bridge] [urdfdom-headers] Move copyright location. Move CMake config location

This commit is contained in:
Robert Schumacher 2017-09-07 14:25:03 -07:00
parent cd76396de3
commit 76f195dd85
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ vcpkg_install_cmake()
vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH "CMake")
file(RENAME ${CURRENT_PACKAGES_DIR}/share/console-bridge ${CURRENT_PACKAGES_DIR}/share/console_bridge)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

View File

@ -17,6 +17,9 @@ vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH "CMake")
# The config files for this project use underscore
file(RENAME ${CURRENT_PACKAGES_DIR}/share/urdfdom-headers ${CURRENT_PACKAGES_DIR}/share/urdfdom_headers)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/urdfdom-headers RENAME copyright)