dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

Do not use CMakeParseArguments for wrappers #245

Closed robertodr closed 6 years ago

robertodr commented 6 years ago

Reverts the change to the options wrappers. Using CMakeParseArguments is neater, but the default value is always printed, even when a different value is set by the user. Making it work nicely turns out to be too cumbersome to bother.

bast commented 6 years ago

OK - thank you for the efforts, though!