Skip to content

Tags: google/cppdap

Tags

dap-1.58.0-a

Toggle dap-1.58.0-a's commit message
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.