Properly add maths library for demos
authorSylvain Beucler <beuc@beuc.net>
Fri, 9 Mar 2012 19:49:49 +0000 (19:49 +0000)
committerSylvain Beucler <beuc@beuc.net>
Fri, 9 Mar 2012 19:49:49 +0000 (19:49 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1085 7f0cb862-5218-0410-a997-914c9d46530a

CMakeLists.txt

index d636bcb..29dd515 100644 (file)
@@ -173,7 +173,7 @@ INSTALL(FILES ${FREEGLUT_HEADERS} DESTINATION include/GL)
 option( FREEGLUT_BUILD_DEMOS "Build FreeGLUT demos." ON )
 
 SET(DEMO_LIBS ${OPENGL_LIBRARY} ${LIBS})
-SET(DEMO_LIBS ${LIBS} m)
+LIST(APPEND DEMO_LIBS m)
 
 MACRO(ADD_DEMO name)
        if( FREEGLUT_BUILD_DEMOS )