Skip to content
Snippets Groups Projects
Commit 3597b5ef authored by Boris Basic's avatar Boris Basic
Browse files

Unset GOTM_EMBED_VERSION

parent d381c084
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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