blob: 84b7b6e4aebd3b2623e7566e2617a04b7bf6664a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- kdegraphics/kpovmodeler/ConfigureChecks.cmake.ORI 2011-11-02 21:57:05.000000000 +0100
+++ kdegraphics/kpovmodeler/ConfigureChecks.cmake 2011-11-02 21:57:49.000000000 +0100
@@ -16,6 +16,7 @@
if( NOT HAVE_GLU )
tde_message_fatal( "glu is required, but was not found on your system" )
endif ( )
+ set( GLU_LIBRARIES "-lGL -lGLU" )
endif( )
|