martinzink commented on code in PR #1886: URL: https://github.com/apache/nifi-minifi-cpp/pull/1886#discussion_r1820320213
########## CMakeLists.txt: ########## @@ -670,6 +670,10 @@ include(CPack) ### include modules if (NOT SKIP_TESTS) + enable_testing() + set(BUILD_TESTING ON) + set(CTEST_NEW_FORMAT true) Review Comment: it affects the name of the ctest configuraiton file it will be `CTestConfiguration.ini` instead of `DartConfiguration.tcl` (lagacy name that isnt clear about what it is for) -- 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]
