Using Cmake to bulid Bullet, but there was a problem

Post Reply
ulyncosmos
Posts: 1
Joined: Wed Sep 17, 2014 10:49 am

Using Cmake to bulid Bullet, but there was a problem

Post by ulyncosmos »

When I click Configure, it shows as follow:

CMAKE_EXE_LINKER_FLAGS_DEBUG=/INCREMENTAL:NO /debug /INCREMENTAL
OPENGL FOUND
glu32opengl32
WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
Found GLUT: F:/VS/VC/lib/glut32.lib
GLUT FOUND
F:/VS/VC/lib/glut32.lib
WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: Using Cmake to bulid Bullet, but there was a problem

Post by Basroil »

That's not a problem, just a warning. Unless you get build errors (not warnings, plenty of those) you're fine.
Post Reply