randi120 / freetype-gl

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

Demo apps will not run out of build directory on case-sensitive filesystems #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In latest trunk version, in CMakeLists.txt, the line

   FILE(GLOB Fonts   "fonts/*.ttf")

makes demo apps not want to run out of the build directory on case-sensitive 
filesystems. Please change the directory name to all lowercase (ie "fonts" 
instead of "Fonts"), as the code in the demo programs expects. Thank you! :)

Original issue reported on code.google.com by per.math...@gmail.com on 20 Jan 2013 at 2:24

GoogleCodeExporter commented 8 years ago
Thanks, it has been changed in the gl-3.0 branch.

Original comment by Nicolas.Rougier@gmail.com on 23 Jan 2013 at 5:56