-
- Downloads
[cmake,bugfix] Allow 0 as a version.
Previously we checked whether the extracted Version evaluated to True. Unfortunately, there lazy people like me that like use a version of 0 for testing, which evaluates to False and breaks configure. With this patch we allow 0 to and just test wether the version consists of characters.
Please register or sign in to comment