martinzink commented on code in PR #2105:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2105#discussion_r3023110221
##########
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:
The extension either defines its custom initializer or it uses the default
one
https://github.com/apache/nifi-minifi-cpp/blob/9fc45a8ca5e45e9a333091f64405c4d5f8298299/extensions/ExtensionInitializer.cpp
controlled by:
https://github.com/apache/nifi-minifi-cpp/blob/controller_c_api/cmake/Extensions.cmake#L30-L32
--
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]