kroyee / SpeedBlocks

Fast paced tetris game cloned from Cultris II
GNU Lesser General Public License v3.0
11 stars 7 forks source link

Adjusted cmake script to accept newer TGUI versions #93

Closed texus closed 7 years ago

texus commented 7 years ago

The cmake script looked for TGUI 0.7.3 specifically. If TGUI 0.7.4 would be installed, cmake would give an error because the version does not match.

With these changes, cmake will accept any TGUI 0.7.x version >= 0.7.4. I set the minimum required version to 0.7.4 as this is the version without known issues.

kroyee commented 7 years ago

This looks good. Thank you!