Skip to content

Commit 81b4977

Browse files
committed
chore: parse CMake version from CMakeLists.txt
1 parent e9ea516 commit 81b4977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ctest = "cmake:ctest"
5454
[tool.scikit-build]
5555
minimum-version = "build-system.requires"
5656
build-dir = "build/{wheel_tag}"
57-
cmake.version = ">=3.13" # Since 3.24.0, CMake requires CMake 3.13+ to build itself
57+
cmake.version = "CMakeLists.txt"
5858
ninja.make-fallback = true
5959
wheel.py-api = "py3"
6060
wheel.expand-macos-universal-tags = true

0 commit comments

Comments
 (0)