MathewWi / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Remove FREETYPE_GL_LIBRARY variable from CMakeLists.txt #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The FREETYPE_GL_LIBRARY isn't required. The add_library call that used this is 
commented out, and target_link_libraries calls also work with targets defined 
by add_library. For the sake of simplification the variable should be dropped. 
The attached patch does this.

Original issue reported on code.google.com by adrian.b...@googlemail.com on 19 Apr 2013 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I applied your patch

Original comment by Nicolas.Rougier@gmail.com on 2 May 2013 at 9:51