szaszm commented on code in PR #2105:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2105#discussion_r3050589188


##########
extensions/opencv/CMakeLists.txt:
##########
@@ -29,6 +29,7 @@ include(${CMAKE_SOURCE_DIR}/extensions/ExtensionHeader.txt)
 file(GLOB SOURCES  "*.cpp")
 
 add_minifi_library(minifi-opencv SHARED ${SOURCES})
+set_target_properties(minifi-opencv PROPERTIES HAS_CUSTOM_INITIALIZER TRUE)

Review Comment:
   after adding a custom initializer to the aws extension in 
[645a72c](https://github.com/apache/nifi-minifi-cpp/pull/2151/commits/645a72c1ce05c991b47de3afbd38883be7b1f272),
 do I need to set this property there too? or is it detected automatically?



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