Skip to content

Commit

Permalink
Updated minimum version of CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 29, 2024
1 parent 3b65fe6 commit ea2b583
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
Expand Up @@ -11,7 +11,7 @@
##################################################
# Define the project and the depencies that it has
##################################################
CMAKE_MINIMUM_REQUIRED(VERSION 3.24.0...3.27.1)
CMAKE_MINIMUM_REQUIRED(VERSION 3.28.3...3.29.4)
SET(SKBUILD_PROJECT_NAME "ctem" CACHE STRING "Name of project set by scikit-build")

# Get version stored in text file
Expand Down

0 comments on commit ea2b583

Please sign in to comment.