cmcfarlen commented on code in PR #10685: URL: https://github.com/apache/trafficserver/pull/10685#discussion_r1374888053
########## CMakeLists.txt: ########## @@ -611,6 +611,7 @@ if(ENABLE_EXAMPLE) endif() if(ENABLE_DOCS) + set(DOC_LANG en CACHE STRING "Document language option") Review Comment: Either move this set outside of ENALBE_DOCS here or add a conditional below for `cmake_print_variables` or it will be printing empty except for a docs build. -- 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]
