Skip to content

Commit 39d8392

Browse files
committed
build: set build_type correctly
1 parent 512c876 commit 39d8392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include = ["CMakeLists.txt", "vcpkg.json", "src", "vcpkg"]
3434

3535
[tool.py-build-cmake.cmake]
3636
minimum_version = "3.25"
37-
config = "Release"
37+
build_type = "Release"
3838
generator = "Ninja"
3939

4040
[tool.py-build-cmake.linux.cmake.options]

0 commit comments

Comments
 (0)