Skip to content

AT4-1193 upgrade to cmake3 and AT4-1200 include cstdint header where needed to resolve uint32_t error

DevLumbaa requested to merge at4-1193-upgrade-to-cmake3 into dev

This merge request comprises code changes that update the CMake version to 3.13 which is the minimum version that supports the FetchContent module in CMake. We would like to use that to automatically fetch googletest(and other third party dependencies) for both Panda and Cheetah.

Merge request reports