Unverified Commit 29e5a0a9 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update bld.bat

parent c9a7d17d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,6 +3,5 @@ cd build
cmake -G "Visual Studio 15 2017 Win64" -DBUILD_TESTS=OFF ..
cmake --build . --target ALL_BUILD --config Release
copy Release\usgscsm.dll %LIBRARY_BIN%
copy Release\usgscsm.lib %LIBRARY_BIN%

if errorlevel 1 exit 1