require CMake version 3.16

This commit is contained in:
Axel Kohlmeyer
2023-06-30 22:59:41 -04:00
parent c5d9f901d9
commit 378ef4b23e
24 changed files with 45 additions and 33 deletions

View File

@ -1,10 +1,9 @@
##########################################
# CMake build system for plugin examples.
# -*- CMake -*- file for plugin examples.
# The is meant to be used as a template for plugins that are
# distributed independent from the LAMMPS package.
##########################################
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.16)
# enforce out-of-source build
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})