Skip to content

Commit

Permalink
Merge pull request #176 from jschueller/patch-2
Browse files Browse the repository at this point in the history
CMake: Bump minimum version
  • Loading branch information
yixuan authored Jan 2, 2025
2 parents fef8a39 + 0724d99 commit e728aab
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,4 +1,4 @@
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
cmake_minimum_required (VERSION 3.10 FATAL_ERROR)
project (Spectra VERSION 1.1.0 LANGUAGES CXX)

# Make CMake look into the ./cmake/ folder for configuration files
Expand Down

0 comments on commit e728aab

Please sign in to comment.