Skip to content

Commit

Permalink
Lower min cmake version
Browse files Browse the repository at this point in the history
Now at 3.22, this sould allow builds Ubuntu 22.04 LTS without installing
cmake as backport.
  • Loading branch information
Ozaq committed Nov 30, 2023
1 parent 16c7d36 commit 7940139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
# Project setup
################################################################################
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
project(JuPedSim VERSION 1.1.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 7940139

Please sign in to comment.