Skip to content

Commit 1c6e139

Browse files
authored
bump cmake_minimum_required
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 66acae2 commit 1c6e139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/lmp/plugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if(DEFINED LAMMPS_SOURCE_ROOT OR DEFINED LAMMPS_VERSION)
22
message(STATUS "enable LAMMPS plugin mode")
33
add_library(lammps_interface INTERFACE)
44
if(DEFINED LAMMPS_VERSION)
5-
cmake_minimum_required(VERSION 3.11)
5+
cmake_minimum_required(VERSION 3.14)
66
include(FetchContent)
77
FetchContent_Declare(
88
lammps_download

0 commit comments

Comments
 (0)