-
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
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