bigdata-memory commented on a change in pull request #239:
URL: https://github.com/apache/mnemonic/pull/239#discussion_r692668599



##########
File path: 
mnemonic-memory-services/mnemonic-pmalloc-service/src/main/native/CMakeLists.txt
##########
@@ -40,12 +40,29 @@ include_directories(${JNI_INCLUDE_DIRS})
 find_package(Threads REQUIRED)
 include_directories(${CMAKE_THREAD_LIBS_INIT})
 
-find_library(LIBPMALLOC_LIBRARIES NAMES libpmalloc_static.a)
-if (NOT LIBPMALLOC_LIBRARIES)
-   message(FATAL_ERROR "not found pmalloc library")
-endif (NOT LIBPMALLOC_LIBRARIES)
+#find_library(LIBPMALLOC_LIBRARIES NAMES libpmalloc_static.a)

Review comment:
       It can be removed if don't need it anymore, it is okay to keep it for 
reference as well, thanks.




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


Reply via email to