summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-22 14:16:39 -0500
committerJames E. King III <jking@apache.org>2019-01-24 12:20:30 -0500
commitb1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd (patch)
tree1b6d331270e1a4ba53aabd0fb8637a4c85efa5d7 /doc
parent22749ac376b10982eb5fa5a32ba336b20e1e6344 (diff)
downloadthrift-b1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd.tar.gz
THRIFT-4750: as3 changes to build and publish to maven central
Diffstat (limited to 'doc')
-rw-r--r--doc/ReleaseManagement.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ReleaseManagement.md b/doc/ReleaseManagement.md
index a7b2369d1..9cf02da8a 100644
--- a/doc/ReleaseManagement.md
+++ b/doc/ReleaseManagement.md
@@ -176,7 +176,7 @@ All Apache Thrift releases go through a 72-hour final release candidate voting p
1. Install chocolatey and install winflexbison with chocolatey.
1. Run cmake to generate an out-of-tree build environment:
```cmd
- C:\build> cmake ..\thrift -DBISON_EXECUTABLE=c:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison.exe -DFLEX_EXECUTABLE=c:\ProgramData\chocolatey\lib\winflexbison\tools\win_flex.exe -DWITH_MT=ON -DWITH_SHARED_LIB=OFF -DWITH_CPP=OFF -DWITH_JAVA=OFF -DWITH_HASKELL=OFF -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TUTORIALS=OFF -DBUILD_COMPILER=ON
+ C:\build> cmake ..\thrift -DBISON_EXECUTABLE=c:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison.exe -DFLEX_EXECUTABLE=c:\ProgramData\chocolatey\lib\winflexbison\tools\win_flex.exe -DWITH_MT=ON -DWITH_SHARED_LIB=OFF -DWITH_CPP=OFF -DWITH_JAVA=OFF -DWITH_HASKELL=OFF -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DBUILD_TESTING=OFF -DBUILD_TUTORIALS=OFF -DBUILD_COMPILER=ON
C:\build> cmake --build . --config Release
```
@@ -392,4 +392,4 @@ See https://thrift.apache.org/lib/ for the current status of each external packa
https://issues.apache.org/jira/browse/THRIFT-4687
* [rust] Any thrift project committer is allowed to upload a new crate.
-If you have any questions email `dev@thrift.apache.org`. \ No newline at end of file
+If you have any questions email `dev@thrift.apache.org`.