arcolight commented on code in PR #7929:
URL: https://github.com/apache/ignite-3/pull/7929#discussion_r3033308784


##########
modules/platforms/cpp/cmake/ignite_compile_headers.cmake:
##########
@@ -15,10 +15,11 @@
 # limitations under the License.
 #
 
-# Compile-time check for public headers (always enabled when ENABLE_CLIENT=ON).
+# Compile-time check for all public headers (always enabled when 
ENABLE_CLIENT=ON).
 #
-# For every public header of ignite3-client, compiles a minimal .cpp that
-# includes ONLY that header against the INSTALLED package.  This catches:
+# For every public header registered via ignite_collect_public_headers(), 
compiles
+# a minimal .cpp that includes ONLY that header against the INSTALLED package.
+# This catches:

Review Comment:
   Fixed



-- 
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]

Reply via email to