aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/cpp/run_distrib_test_cmake.bat
Commit message (Collapse)AuthorAge
* try fixing protobuf build in win distribtestGravatar Jan Tattermusch2018-08-07
|
* cleanup the way openssl and zlib are usedGravatar Jan Tattermusch2018-02-06
|
* Fix helloworld zlib include directory confusion in run_distrib_test_cmake.batGravatar Stefan Hacker2018-01-28
| | | | | | | | | | | | | | | | We have to give cmake the explicit zlib location as the internal testing environment has C:/msys64/usr/bin in the PATH and zlib-devel installed. cmake has heuristics in find_package which sees this /bin suffix in PATH and adds C:/msys64/usr/ to the find_package search locations. Doing a find_package(zlib) in this environment makes the find module for it (FindZLIB) find the header zlib.h in C:/msys64/usr/include while the library will still be taken from the testinstall location masking the issue in the log. To satisfy the dependency cmake adds C:/msys64/usr/include as an include directory. This makes cl.exe build with mixed C and C++ standard lib headers breaking the build. This issue was previously masked by cmake writing absolute paths for zlib and other dependencies into the grpc cmake exports.
* fix finding opensslGravatar Jan Tattermusch2018-01-18
|
* fix distribtest typoGravatar Jan Tattermusch2018-01-18
|
* avoid picking up ProtoCGravatar Jan Tattermusch2017-12-01
|
* installing gflags not necessaryGravatar Jan Tattermusch2017-12-01
|
* make runnable on kokoroGravatar Jan Tattermusch2017-12-01
|
* make helloworld CMakeLists compile on windowsGravatar Jan Tattermusch2017-12-01
|
* working cmake install on windowsGravatar Jan Tattermusch2017-12-01