From 068fbd17a349d54d57c78a71f5eb5db02726a053 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sat, 17 Apr 2010 12:25:40 +0200 Subject: [PATCH] FindGLU: add deprecation message --- Modules/FindGLU.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/FindGLU.cmake b/Modules/FindGLU.cmake index 96b6dc910..81b3364c1 100644 --- a/Modules/FindGLU.cmake +++ b/Modules/FindGLU.cmake @@ -15,7 +15,9 @@ # Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4 # GLU library is now found by FindOpenGL.cmake # -# + +MESSAGE(STATUS + "WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead") INCLUDE(FindOpenGL)