Copilot commented on code in PR #586:
URL: 
https://github.com/apache/cassandra-cpp-driver/pull/586#discussion_r3583122022


##########
CMakeLists.txt:
##########
@@ -177,7 +177,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
     endif()
   endif()
 
-  if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") 
+  if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang$")
     # Clang/Intel specific compiler options

Review Comment:
   The comment says these are "Clang/Intel" options, but this branch only 
applies when CMAKE_CXX_COMPILER_ID matches Clang variants (e.g., 
Clang/AppleClang/ARMClang). Updating the comment would avoid confusion about 
Intel compiler support here.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to