Skip to content

Commit 6548ea3

Browse files
committed
Update building
1 parent 07bd283 commit 6548ea3

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)