Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimal required CMake version #221

Merged

Commits on Oct 21, 2024

  1. Bump minimal required CMake version

    Currently, it doesn't configure properly on cmake-3.5.0 with 2 errors:
    - CMake Error at CMakeLists.txt:51 (include)
      include could not find load file: FetchContent
    - CMake Error at source/layers/validation/CMakeLists.txt:39 (install):
      install TARGETS given unknown argument "NAMELINK_COMPONENT".
    
    Signed-off-by: Łukasz Stolarczuk <[email protected]>
    lukaszstolarczuk committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c9005e9 View commit details
    Browse the repository at this point in the history