cesium-o3de icon indicating copy to clipboard operation
cesium-o3de copied to clipboard

SHA256SUMS failed

Open gmnail opened this issue 2 years ago • 2 comments

I get wrong when I build the cesium-o3de-sample, as I see in the cmakelist: image

but the External/Packages dir of my cesium-o3de have nothing named Install/SHA256SUMS how can I get this?

gmnail avatar Apr 06 '22 10:04 gmnail

the directory is created once you build cesium-native and other third party in External directory. You can find the instruction for building the plugin in this doc https://github.com/CesiumGS/cesium-o3de/blob/main/Documentation/developer-setup.md.

baothientran avatar Apr 06 '22 14:04 baothientran

It would also be possible instead to add the folder containing the package, once its built, (well, its FindCesium file) to the CMAKE_MODULE_PATH variable (append to the beginning). Then call find_package(CesiumNative MODULE REQUIRED) to bring it in, without having to engage the package zip or unzip utility at all. Which can simplify iteration workflows.

nick-l-o3de avatar Mar 28 '23 17:03 nick-l-o3de