vyasr opened a new issue, #875: URL: https://github.com/apache/arrow-nanoarrow/issues/875
Currently the CMake config uses the value of `BUILD_SHARED_LIBS` whenever the config is executed, which means it is the value from other builds. However, what we really want here is to use the value of `BUILD_SHARED_LIBS` when nanoarrow itself was built since that controls which libraries are actually present. What we probably want is to add some logic [after the `configure_file`](https://github.com/apache/arrow-nanoarrow/blob/3306ac6e884392c8f7303d9dd3355af546276b65/CMakeLists.txt#L846) to write an explicit target alias to the generated file based on the value of `BUILD_SHARED_LIBS` during the nanoarrow build. -- 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]
