We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875d080 commit bc59fbfCopy full SHA for bc59fbf
1 file changed
pyproject.toml
@@ -69,9 +69,9 @@ wheel.cmake = true
69
wheel.packages = ["src/hcle/python/hcle_py"]
70
sdist.reproducible = true
71
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
-]
+# cmake.args = [
+# "-DPython_EXECUTABLE:FILEPATH={python_executable}",
+# "-DCMAKE_BUILD_TYPE=Release",
+# "-DCMAKE_TOOLCHAIN_FILE={cmake_source_dir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
+# "--log-level=VERBOSE",
+# ]
0 commit comments