Use 3.16 as min cmake

This commit is contained in:
Michael Legleux
2022-03-03 16:32:29 -08:00
committed by manojsdoshi
parent eb57679085
commit 6a8180c967
2 changed files with 2 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ matrix:
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- BUILD_TYPE=Debug
- CMAKE_EXE=/opt/local/cmake-3.9/bin/cmake
- CMAKE_EXE=/opt/local/cmake/bin/cmake
- SKIP_TESTS=true
# validator keys project as subproj of rippled
- <<: *linux

View File

@@ -72,7 +72,7 @@ private:
STBase*
move(std::size_t n, void* buf) override;
friend class detail::STVar;
friend class ripple::detail::STVar;
};
using STUInt8 = STInteger<unsigned char>;