From 2853e10b42cf39236218e7ca98cd8aca12fbe230 Mon Sep 17 00:00:00 2001 From: Michele Scuttari Date: Wed, 18 Sep 2024 00:44:47 +0200 Subject: [PATCH] Fix installation path of OpenModelica in Docker containers --- .jenkins/install_openmodelica.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.jenkins/install_openmodelica.sh b/.jenkins/install_openmodelica.sh index 26405cece..726ab212c 100644 --- a/.jenkins/install_openmodelica.sh +++ b/.jenkins/install_openmodelica.sh @@ -12,6 +12,7 @@ cmake \ -B build \ -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr/local \ -DOM_USE_CCACHE=OFF \ -DOM_ENABLE_GUI_CLIENTS=OFF