Skip to content

Commit bc59fbf

Browse files
committed
Update building
1 parent 875d080 commit bc59fbf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ wheel.cmake = true
6969
wheel.packages = ["src/hcle/python/hcle_py"]
7070
sdist.reproducible = true
7171
cmake.build-type = "Release"
72-
cmake.args = [
73-
"-DPython_EXECUTABLE:FILEPATH={python_executable}",
74-
"-DCMAKE_BUILD_TYPE=Release",
75-
"-DCMAKE_TOOLCHAIN_FILE={cmake_source_dir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
76-
"--log-level=VERBOSE",
77-
]
72+
# cmake.args = [
73+
# "-DPython_EXECUTABLE:FILEPATH={python_executable}",
74+
# "-DCMAKE_BUILD_TYPE=Release",
75+
# "-DCMAKE_TOOLCHAIN_FILE={cmake_source_dir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
76+
# "--log-level=VERBOSE",
77+
# ]

0 commit comments

Comments
 (0)