We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66acae2 commit 1c6e139Copy full SHA for 1c6e139
1 file changed
source/lmp/plugin/CMakeLists.txt
@@ -2,7 +2,7 @@ if(DEFINED LAMMPS_SOURCE_ROOT OR DEFINED LAMMPS_VERSION)
2
message(STATUS "enable LAMMPS plugin mode")
3
add_library(lammps_interface INTERFACE)
4
if(DEFINED LAMMPS_VERSION)
5
- cmake_minimum_required(VERSION 3.11)
+ cmake_minimum_required(VERSION 3.14)
6
include(FetchContent)
7
FetchContent_Declare(
8
lammps_download
0 commit comments