Skip to content

Commit

Permalink
Update minimum version, set LANGUAGES at project spec level.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jun 24, 2024
1 parent 4a0190a commit 7dc6d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Dissolve)
cmake_minimum_required(VERSION 3.24)
project(Dissolve LANGUAGES CXX)

set(DESCRIPTION "Dissolve")
set(AUTHOR "Team Dissolve")
Expand Down

0 comments on commit 7dc6d3c

Please sign in to comment.