You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
358 B
11 lines
358 B
--- 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( )
|
|
|
|
|