foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 195 forks source link

Increase cmake_minimum_required to 3.14 #147

Closed richiware closed 1 year ago

richiware commented 1 year ago

FetchContent_MakeAvailable CMake command is being used and it was introduced in CMake version 3.14. This PR increases the cmake_minimum_required.

foonathan commented 1 year ago

Makes sense, thanks.