I do not know what "package build" means, please elaborate on what you are trying to do. Steps taken, expected result, and actual result. To use TCLAP you don't need to build anything, you can just include the headers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Still no information about what you are trying to do or why, but there were options added to disable various parts of the build in [a6429a]. Perhaps that will allow you to do what you want.
I do not know what "package build" means, please elaborate on what you are trying to do. Steps taken, expected result, and actual result. To use TCLAP you don't need to build anything, you can just include the headers.
There is a port for tclap. It builds a package that users then can use.
There is no need to build tests and examples in the process of building a package.
Still no information about what you are trying to do or why, but there were options added to disable various parts of the build in [a6429a]. Perhaps that will allow you to do what you want.
Related
Commit: [a6429a]
Like I wrote above, this is for the port. The port does not need tests and examples to build unconditionally because this just wastes CPU time.
I'll retest with the next release, thanks.