alinaliBQ commented on code in PR #49787:
URL: https://github.com/apache/arrow/pull/49787#discussion_r3358042892
##########
cpp/src/arrow/flight/sql/odbc/CMakeLists.txt:
##########
Review Comment:
@justing-bq we need to move the
```
# Install documentation files
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../LICENSE.txt"
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../NOTICE.txt"
"${CMAKE_CURRENT_SOURCE_DIR}/connection-options.md"
DESTINATION "${ODBC_DOC_INSTALL_DIR}"
COMPONENT Docs)
```
section outside of the `if(WIN32)/else` statement, so Windows ODBC MSI can
also get the `Docs` component.
--
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]