Skip to content

Commit

Permalink
Removed cd .. from the .bat files
Browse files Browse the repository at this point in the history
This will make the cmake --build exit code be returned in the .bat execution
  • Loading branch information
affonsov committed Jan 4, 2024
1 parent 59a015f commit 9494c65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cpp/src/flightsql_odbc/flightsql-odbc/build_win32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ cmake ..^
-DCMAKE_BUILD_TYPE=release

cmake --build . --parallel 8 --config Release

cd ..
2 changes: 0 additions & 2 deletions cpp/src/flightsql_odbc/flightsql-odbc/build_win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ cmake ..^
-DCMAKE_BUILD_TYPE=release

cmake --build . --parallel 8 --config Release

cd ..

0 comments on commit 9494c65

Please sign in to comment.