Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: fix CMake warning about calling
cmake_minimum_required
Fix the following CMake warning: ``` CMake Warning (dev) at CMakeLists.txt:1 (PROJECT): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. ```
- Loading branch information