Skip to content

Commit 749fb9e

Browse files
committed
remove default separate_build_dir = True in opencv.py
1 parent ca43727 commit 749fb9e

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)