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.
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.