adamdebreceni commented on code in PR #1271: URL: https://github.com/apache/nifi-minifi-cpp/pull/1271#discussion_r844870498
########## extensions/systemd/CMakeLists.txt: ########## @@ -17,12 +17,19 @@ # under the License. # +if(CMAKE_SYSTEM_NAME STREQUAL "Linux") + option(ENABLE_SYSTEMD "Enables the systemd extension." ON) +endif() Review Comment: agreed, at first I wanted to move (and did move) everything including `option(...)`s but then moved them back, this one was duplicated here by accident, removed it -- 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]
