Skip to content

Commit

Permalink
be explicit about not using static MSVC runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 23, 2022
1 parent b8c45a0 commit 9cf0256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build-cpp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake .. ^
-DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON ^
-DgRPC_MSVC_STATIC_RUNTIME=OFF ^
-DgRPC_ABSL_PROVIDER="package" ^
-DgRPC_CARES_PROVIDER="package" ^
-DgRPC_GFLAGS_PROVIDER="package" ^
Expand Down

0 comments on commit 9cf0256

Please sign in to comment.