apiri commented on a change in pull request #489: MINIFICPP-740: Add ability to
run NiFi processors from Java and Python
URL: https://github.com/apache/nifi-minifi-cpp/pull/489#discussion_r259408162
##########
File path: CMakeLists.txt
##########
@@ -49,6 +50,41 @@ if (OPENSSL_ROOT_DIR )
set(OPENSSL_PASSTHROUGH "-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR}")
endif()
+if(NOT WIN32)
+ if (ENABLE_JNI)
+ set(BASE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/jemalloc")
+
+ set(DIR "${BASE_DIR}/extensions/jemalloc-src")
Review comment:
Will need to capture this in our LICENSE (2-clause bsd)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services