You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2019/05/05 01:52:42 UTC

[thrift] 03/03: Remove unused THREADMODEL from MSVC appveyor build

This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit acdd4226c210336e9e15eb812e5932a645fcd5ce
Author: James E. King III <jk...@apache.org>
AuthorDate: Sat May 4 15:56:56 2019 -0400

    Remove unused THREADMODEL from MSVC appveyor build
---
 build/appveyor/MSVC-appveyor-build.bat | 3 +--
 build/appveyor/cl_setenv.bat           | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/build/appveyor/MSVC-appveyor-build.bat b/build/appveyor/MSVC-appveyor-build.bat
index 892daa1..3d2bbee 100644
--- a/build/appveyor/MSVC-appveyor-build.bat
+++ b/build/appveyor/MSVC-appveyor-build.bat
@@ -51,8 +51,7 @@ CD "%BUILDDIR%"                             || EXIT /B
     -DOPENSSL_USE_STATIC_LIBS=OFF ^
     -DZLIB_LIBRARY="%WIN3P%\zlib-inst\lib\zlib%ZLIB_LIB_SUFFIX%.lib" ^
     -DZLIB_ROOT="%WIN3P%\zlib-inst" ^
-    -DWITH_PYTHON=%WITH_PYTHON% ^
-    -DWITH_%THREADMODEL%THREADS=ON          || EXIT /B
+    -DWITH_PYTHON=%WITH_PYTHON%             || EXIT /B
 @ECHO OFF
 
 cmake --build . ^
diff --git a/build/appveyor/cl_setenv.bat b/build/appveyor/cl_setenv.bat
index da4d4ee..98931a6 100644
--- a/build/appveyor/cl_setenv.bat
+++ b/build/appveyor/cl_setenv.bat
@@ -52,8 +52,6 @@ IF "%PROFILE:~0,4%" == "MSVC" (
   SET OPENSSL_ROOT=C:\OpenSSL-Win%NORM_PLATFORM%
   SET WIN3P=%APPVEYOR_BUILD_FOLDER%\thirdparty
 
-  SET THREADMODEL=STD
-
   IF "%PYTHON_VERSION%" == "" (
     SET WITH_PYTHON=OFF
   ) ELSE (