Skip to content

Commit a1da16a

Browse files
committed
build: support cmake 4.0
Signed-off-by: Rui Chen <[email protected]>
1 parent 7bc43a2 commit a1da16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.6)
1+
cmake_minimum_required(VERSION 3.5)
22
project(packmol Fortran)
33

44

0 commit comments

Comments
 (0)