diff --git a/build-telemac.bat b/build-telemac.bat index 67f5ebf8bec98fab7192d3b91b914ca0c5ed2de6..0879cbe5b2e960bb6f890bfb9171e3a2798244c3 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