CHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually fails not because of missing math...
authorSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 16:44:40 +0000 (16:44 +0000)
committerSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 16:44:40 +0000 (16:44 +0000)
commitbfeeaeabd7bcbbba6e97bd470c9667085e79333a
treef66fabc8c1e99eabef2adba7f3004fcedd33505f
parent4290b0aefec61fb4bd9469cbbdb024d31064a23e
CHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually fails not because of missing math.h, but because of missing -lm. Fixed.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1281 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt