SYaoJun commented on code in PR #904:
URL: https://github.com/apache/incubator-graphar/pull/904#discussion_r2911870639


##########
cpp/CMakeLists.txt:
##########
@@ -284,57 +298,62 @@ endfunction()
 include_directories(${CMAKE_CURRENT_BINARY_DIR}/src)
 include_directories(src)
 
-if (BUILD_ARROW_FROM_SOURCE)
-    # the necessary dependencies for building arrow from source
-    find_package(OpenSSL REQUIRED)
-    if(OPENSSL_FOUND)
-        if(OPENSSL_VERSION LESS "1.1.0")
-            message(ERROR "The OpenSSL must be greater than or equal to 1.1.0, 
current version is  ${OPENSSL_VERSION}")
-        endif()
+if(BUILD_ARROW_FROM_SOURCE)
+  # the necessary dependencies for building arrow from source
+  find_package(OpenSSL REQUIRED)
+  if(OPENSSL_FOUND)
+    if(OPENSSL_VERSION LESS "1.1.0")
+      message(ERROR
+              "The OpenSSL must be greater than or equal to 1.1.0, current 
version is  ${OPENSSL_VERSION}"
+      )

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]


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

Reply via email to