Skip to content

Commit 7dc6d3c

Browse files
committed
Update minimum version, set LANGUAGES at project spec level.
1 parent 4a0190a commit 7dc6d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cmake_minimum_required(VERSION 3.15)
2-
project(Dissolve)
1+
cmake_minimum_required(VERSION 3.24)
2+
project(Dissolve LANGUAGES CXX)
33

44
set(DESCRIPTION "Dissolve")
55
set(AUTHOR "Team Dissolve")

0 commit comments

Comments
 (0)