bridgream opened a new issue #10555: URL: https://github.com/apache/arrow/issues/10555
https://github.com/apache/arrow/blob/f1e3c2e557bb3622b203fb270bf0329f53f1e617/cpp/src/arrow/io/CMakeLists.txt#L33 Should this line be `if(NOT ("${ARROW_SIMD_LEVEL}" STREQUAL "NONE"))` where `${ARROW_SIMD_LEVEL}` be wrapped by quotation marks? Otherwise if `${ARROW_SIMD_LEVEL}` is empty (observed if processed with `ExternalProject_Add`), `STREQUAL` will compare `(` and `"NONE"`, leaving an unmatched right parenthesis. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
