Tags: google/cppdap
Tags
build(cmake): use min CMake version prior to project call The [CMake documentation](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html) mandates that `cmake_minimum_required` should be called early in the `CMakeLists.txt` prior to any `project()` command.