fix grammar

This commit is contained in:
Axel Kohlmeyer
2024-10-24 13:33:42 -04:00
parent d5c5e164e1
commit cfb8b25c6e

View File

@ -4,7 +4,7 @@
# This file is part of LAMMPS # This file is part of LAMMPS
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
if(CMAKE_VERSION VERSION_LESS 3.20) if(CMAKE_VERSION VERSION_LESS 3.20)
message(WARNING "LAMMPS is planning require at least CMake version 3.20 by Summer 2025. Please upgrade!") message(WARNING "LAMMPS is planning to require at least CMake version 3.20 by Summer 2025. Please upgrade!")
endif() endif()
######################################## ########################################
# set policy to silence warnings about ignoring <PackageName>_ROOT but use it # set policy to silence warnings about ignoring <PackageName>_ROOT but use it