fgerlits commented on code in PR #1759:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1759#discussion_r1576219037


##########
extensions/python/CMakeLists.txt:
##########
@@ -45,7 +45,15 @@ target_include_directories(minifi-python-script-extension 
PUBLIC ${Python_INCLUD
 
 get_target_property(TARGET_EXT minifi-python-script-extension SUFFIX)
 
-if (NOT WIN32)
+if (WIN32)
+    add_custom_command(
+        TARGET minifi-python-script-extension
+        POST_BUILD
+        COMMAND ${CMAKE_COMMAND} -E copy_directory
+            "${CMAKE_SOURCE_DIR}/extensions/python/pythonprocessors" 
"${CMAKE_BINARY_DIR}/pythonprocessors"
+        COMMENT "Copy example python processors to the build directory"
+    )

Review Comment:
   fixed by a8102c59822f621eafa5009e18de5e9b303c9ff1



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to