From 3597b5ef3c8451cb3030b73cc3bd24a566f9b9ca Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Thu, 19 Sep 2024 16:13:54 +0200 Subject: [PATCH] Unset GOTM_EMBED_VERSION --- build-telemac.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-telemac.bat b/build-telemac.bat index 67f5ebf..0879cbe 100644 --- a/build-telemac.bat +++ b/build-telemac.bat @@ -378,7 +378,7 @@ rem GOTM rem **** :build_gotm call :download %gotm% "http://www.opentelemac.org/index.php/component/jdownloads/finish/39-manual-installation-sources/2127-gotm/0?Itemid=54" || exit /b 1 -set cmake_config_options=-DBUILD_SHARED_LIBS:BOOL=ON -DGOTM_USE_NetCDF=OFF +set cmake_config_options=-DBUILD_SHARED_LIBS:BOOL=ON -DGOTM_USE_NetCDF:BOOL=OFF -DGOTM_EMBED_VERSION:BOOL=OFF call :cmake_build %gotm% || exit /b 1 exit /b 0 -- GitLab