Skip to content
  • Camilla Löwy's avatar
    b850107a
    Update minimum CMake version to 3.16 · b850107a
    Camilla Löwy authored
    This replaces some workarounds and manual logic with new features
    available with CMake 3.16, including list(FILTER), list(JOIN),
    foreach(IN LISTS) and enable_language(OBJC).  Policy settings no longer
    needed with 3.16 have been removed.
    
    Related to #2541
    b850107a
    Update minimum CMake version to 3.16
    Camilla Löwy authored
    This replaces some workarounds and manual logic with new features
    available with CMake 3.16, including list(FILTER), list(JOIN),
    foreach(IN LISTS) and enable_language(OBJC).  Policy settings no longer
    needed with 3.16 have been removed.
    
    Related to #2541
Loading