BewareMyPower commented on issue #1964:
URL: https://github.com/apache/pulsar/issues/1964#issuecomment-1257627668
@rickif See my comments
[here](https://github.com/apache/pulsar/pull/17771#discussion_r979662754). BTW,
this issue is not related to `BUILD_TESTS` option, it's related to
`LINK_STATIC=ON`, but it's fixed now.
@liliang950210 It might be caused by the CMake cache, could you run the
following commands instead?
```bash
mkdir _builds && cd _builds
cmake .. -DBUILD_TESTS=OFF
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]