diff --git a/science/misc/opencascade/actions.py b/science/misc/opencascade/actions.py index eab5cc1076..2590758ae1 100644 --- a/science/misc/opencascade/actions.py +++ b/science/misc/opencascade/actions.py @@ -18,7 +18,6 @@ def setup(): '-DINSTALL_DIR_LIB=/usr/lib ', '-DCMAKE_BUILD_TYPE=Release ', '-DCMAKE_INSTALL_PREFIX=/usr ', - '-DINSTALL_DIR_CMAKE=/usr/lib/cmake/opencascade' ]) shelltools.makedirs("build") shelltools.cd("build")