Ticket #74 (closed defect: wontfix)
CLA typos in scons
| Reported by: | dirk | Owned by: | unassigned |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Build | Version: | |
| Keywords: | Cc: |
Description
When mistyping the name of a command line argument in scons (like 'scons var_typ=debug') there is no warning or error message, it is just ignored. It would be much nicer if the system would check against a set of known vars and gave a warning for unrecognized ones.
Change History
Note: See
TracTickets for help on using
tickets.

still true with cmake, you can set any variable with -D{Name}={Value}, but that is a limitation of cmake.