Skip to content
  • Alexander Richardson's avatar
    Call cmake_minium_required() before project() · a1678b91
    Alexander Richardson authored
    See CMake documentation:
    ```
    Call the cmake_minimum_required() command at the beginning of the top-level
    CMakeLists.txt file even before calling the project() command. It is
    important to establish version and policy settings before invoking other
    commands whose behavior they may affect. See also policy CMP0000.
    ```
    a1678b91