Closed justas-d closed 6 years ago
CMake complains about trailing spaces in the link targets on Ubuntu.
This fixes it by removing any trailing/leading whitespaces by using string(STRIP a b)
CMake complains about trailing spaces in the link targets on Ubuntu.
This fixes it by removing any trailing/leading whitespaces by using string(STRIP a b)