Skip to content

Commit e7fe025

Browse files
committed
old cmake.
1 parent 5b87dcb commit e7fe025

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hatch/hook.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ def run_cmake_build(
124124
str(build_path),
125125
"--config",
126126
build_type,
127-
"--parallel",
128-
str(parallel_jobs),
129127
]
130128
print(f"CMake install: {' '.join(install_cmd)}")
131129
result = subprocess.run(install_cmd, check=False)

0 commit comments

Comments
 (0)