rleigh-codelibre commented on issue #6: cmake: add options for build docs, test, samples URL: https://github.com/apache/xerces-c/pull/6#issuecomment-583849735 Hi, rather than adding the subdirectory if the option is enabled, would it not be nicer to exclude from the "all" target with `EXCLUDE_FROM_ALL`? Then you can always built the targets directly should you want. You could then add `tests` as a target which includes all the test targets but which can be excluded or included from "all" depending upon the option (for example). Same for docs and examples.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org