Skip to content
Snippets Groups Projects
Commit 41f78b26 authored by Lars Bilke's avatar Lars Bilke
Browse files

Use OGS_INSTALL_DEPENDENCIES instead of OGS_INSTALL_EXTERNAL_DEPENDENCIES.

parent 4e7e65de
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ class ogs(bb_base, hpccm.templates.CMakeBuild, hpccm.templates.rm):
"-G Ninja",
"-DCMAKE_INSTALL_PREFIX={}".format(self.__prefix),
"-DOGS_CPU_ARCHITECTURE=OFF", # optimization handled via --cpu-target argument
"-DOGS_INSTALL_EXTERNAL_DEPENDENCIES=ON",
"-DOGS_INSTALL_DEPENDENCIES=ON",
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment