kou commented on issue #15139:
URL: https://github.com/apache/arrow/issues/15139#issuecomment-1387198066
Oh, sorry. I merged the pull request before I see your last comment.
> ```
> Libs: "-L${libdir}" -larrow "${prefix}/lib/snappy.lib"
"$<$<CONFIG:RELEASE>:${prefix}/lib/bz2.lib>"
"$<$<CONFIG:DEBUG>:${prefix}/lib/bz2d.lib>"
"$<$<NOT:$<OR:$<CONFIG:RELEASE>,$<CONFIG:DEBUG>>>:optimized"
"${prefix}/lib/bz2.lib" "${prefix}/lib/bz2d.lib>"
> ```
It seems that CMake's generate expression isn't evaluated.
Implementation:
https://github.com/apache/arrow/blob/master/cpp/cmake_modules/BuildUtils.cmake#L947-L951
What is the difference between
https://github.com/apache/arrow/issues/15139#issuecomment-1384149687 and
https://github.com/apache/arrow/issues/15139#issuecomment-1386831952 ?
--
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]