arcolight commented on code in PR #7487: URL: https://github.com/apache/ignite-3/pull/7487#discussion_r2735753543
########## modules/platforms/cpp/cmake/scripts/odbc/ignite3-odbc-linux.ini: ########## @@ -0,0 +1,5 @@ +[Apache Ignite 3] +Description=Apache Ignite 3 ODBC Driver +Driver=/usr/lib/libignite3-odbc.so +Setup=/usr/lib/libignite3-odbc.so Review Comment: No, it will not work. `@CMAKE_INSTALL_FULL_LIBDIR@` will expand into the absolute path on the build host, which is wrong for package. -- 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]
