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 exit code from the cmake --build be returned
  • Loading branch information
affonsov committed Jan 4, 2024
1 parent 03f8c29 commit 2946497
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 2946497

Please sign in to comment.