pitrou commented on code in PR #12914:
URL: https://github.com/apache/arrow/pull/12914#discussion_r910718766
##########
cpp/cmake_modules/SetupCxxFlags.cmake:
##########
@@ -114,16 +114,20 @@ elseif(ARROW_CPU_FLAG STREQUAL "armv8")
endif()
# Support C11
-if(NOT DEFINED CMAKE_C_STANDARD)
+if("${CMAKE_C_STANDARD}" STREQUAL "")
Review Comment:
Ok, I see!
--
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]