fgerlits commented on pull request #925:
URL: https://github.com/apache/nifi-minifi-cpp/pull/925#issuecomment-712152393
> Is this unused?
Cmake doesn't look at the value of `CMAKE_BUILD_OPTIONS`; possibly the cmake
command line contained `... ${CMAKE_BUILD_OPTIONS} ...` at some point, but not
recently.
So this line made it appear as if we were compiling with `ENABLE_PCAP=TRUE`,
but we weren't really.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]