arcolight commented on code in PR #7487:
URL: https://github.com/apache/ignite-3/pull/7487#discussion_r2735475248
##########
modules/platforms/cpp/ignite/protocol/CMakeLists.txt:
##########
@@ -15,9 +15,7 @@
# limitations under the License.
#
-project(ignite-protocol)
-
-set(TARGET ${PROJECT_NAME})
+set(TARGET ignite-protocol)
Review Comment:
We cannot use separate projects for libraries, because each project will be
packed separately. I made one project with two big components, `odbc` and
`client`. Libraries by themselves are not projects, unless we want to pack them
in separate packages.
--
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]