adamdebreceni commented on a change in pull request #900:
URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r500986081



##########
File path: libminifi/CMakeLists.txt
##########
@@ -89,7 +89,7 @@ if (NOT OPENSSL_OFF)
        set(TLS_SOURCES "src/io/tls/*.cpp")
 endif()
 
-file(GLOB SOURCES  "src/utils/file/*.cpp" "src/sitetosite/*.cpp"  
"src/core/logging/*.cpp"  "src/core/state/*.cpp" "src/core/state/nodes/*.cpp" 
"src/c2/protocols/*.cpp" "src/c2/triggers/*.cpp" "src/c2/*.cpp" "src/io/*.cpp" 
${SOCKET_SOURCES} ${TLS_SOURCES} "src/core/controller/*.cpp" 
"src/controllers/*.cpp" "src/controllers/keyvalue/*.cpp" "src/core/*.cpp"  
"src/core/repository/*.cpp" "src/core/yaml/*.cpp" "src/core/reporting/*.cpp"  
"src/provenance/*.cpp" "src/utils/*.cpp" "src/*.cpp")
+file(GLOB SOURCES  "src/utils/file/*.cpp" "src/sitetosite/*.cpp"  
"src/core/logging/*.cpp"  "src/core/state/*.cpp" "src/core/state/nodes/*.cpp" 
"src/c2/protocols/*.cpp" "src/c2/triggers/*.cpp" "src/c2/*.cpp" "src/io/*.cpp" 
${SOCKET_SOURCES} ${TLS_SOURCES} "src/core/controller/*.cpp" 
"src/controllers/*.cpp" "src/controllers/keyvalue/*.cpp" "src/core/*.cpp"  
"src/core/repository/*.cpp" "src/core/yaml/*.cpp" "src/core/reporting/*.cpp" 
"src/serialization/*.cpp" "src/provenance/*.cpp" "src/utils/*.cpp" "src/*.cpp")

Review comment:
       agree with the rationale, although it is rare that we add new files, in 
case we go down the "explicit" path I would do it a separate PR and for all 
source files, imo it would be strange if we used it for some files but not for 
others




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to