dongjoon-hyun commented on issue #1659: URL: https://github.com/apache/orc/issues/1659#issuecomment-1885131438
`vcpkg` has that in the orc `usage`, @wgtmac . - https://github.com/microsoft/vcpkg/blob/master/ports/orc/usage ``` orc provides CMake targets: find_package(unofficial-orc CONFIG REQUIRED) target_link_libraries(main PRIVATE unofficial::orc::orc) ``` And, `vcpkg` code itself publishes like this. - https://github.com/microsoft/vcpkg/blob/c9919121dde6f61c0436adda94624636e041226b/ports/orc/portfile.cmake#L55-L59 ``` vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-orc) vcpkg_copy_pdbs() file(READ "${CURRENT_PACKAGES_DIR}/share/unofficial-orc/unofficial-orc-config.cmake" cmake_config) file(WRITE "${CURRENT_PACKAGES_DIR}/share/unofficial-orc/unofficial-orc-config.cmake" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
