serge-rgb / milton

An infinite-canvas paint program
GNU General Public License v3.0
1.53k stars 133 forks source link

Fixed CMake warning on Ubuntu 16.04 #69

Closed justas-d closed 6 years ago

justas-d commented 6 years ago

CMake complains about trailing spaces in the link targets on Ubuntu.

2017-12-02-141217_697x194_scrot

This fixes it by removing any trailing/leading whitespaces by using string(STRIP a b)