Skip to content

Commit b366296

Browse files
authored
Merge pull request #3843 from branfosj/20250715144929_new_pr_opencv
remove default `separate_build_dir = True` in `opencv.py`
2 parents 53fde4c + 749fb9e commit b366296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/easyblocks/o/opencv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def extra_options():
5353
extra_vars.update({
5454
'cpu_dispatch': ['NONE', "Value to pass to -DCPU_DISPATCH configuration option", CUSTOM],
5555
})
56-
extra_vars['separate_build_dir'][0] = True
5756
return extra_vars
5857

5958
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)