Skip to content
  • Mark Abraham's avatar
    812d99f1
    Require CMake 3.28 · 812d99f1
    Mark Abraham authored and Magnus Lundborg's avatar Magnus Lundborg committed
    Removed explicit cmake policy setting in favor of cmake_policy(VERSION
    3.28), per recommendation from CMake developers. Now behaviour is
    always like our minimum required ones, except that we get warnings
    from newer cmake that might have introduced new policies.
    
    Removed various work-arounds and deploy various new features as noted
    in old code.
    
    Removed CUDA-specific version requirements now that the general
    requirement exceeds them.
    
    Refs #5014
    812d99f1
    Require CMake 3.28
    Mark Abraham authored and Magnus Lundborg's avatar Magnus Lundborg committed
    Removed explicit cmake policy setting in favor of cmake_policy(VERSION
    3.28), per recommendation from CMake developers. Now behaviour is
    always like our minimum required ones, except that we get warnings
    from newer cmake that might have introduced new policies.
    
    Removed various work-arounds and deploy various new features as noted
    in old code.
    
    Removed CUDA-specific version requirements now that the general
    requirement exceeds them.
    
    Refs #5014
Loading