kou commented on code in PR #44984:
URL: https://github.com/apache/arrow/pull/44984#discussion_r1879138135
##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -166,7 +166,7 @@ if(WIN32)
list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32")
endif()
-if(NOT WIN32 AND NOT APPLE)
+if(NOT WIN32 AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
# Pass -lrt on Linux only
Review Comment:
```suggestion
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
```
--
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]