diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-04-17 10:25:40 (GMT) |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-04-18 07:27:30 (GMT) |
commit | 068fbd17a349d54d57c78a71f5eb5db02726a053 (patch) | |
tree | 5efc72453edb4d09e33ec3444b4128bbd2c42710 /Modules/FindGLU.cmake | |
parent | 932d08adb8084282a2d3b8c73c6060c8be6bd068 (diff) | |
download | CMake-068fbd17a349d54d57c78a71f5eb5db02726a053.zip CMake-068fbd17a349d54d57c78a71f5eb5db02726a053.tar.gz CMake-068fbd17a349d54d57c78a71f5eb5db02726a053.tar.bz2 |
FindGLU: add deprecation message
Diffstat (limited to 'Modules/FindGLU.cmake')
-rw-r--r-- | Modules/FindGLU.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/FindGLU.cmake b/Modules/FindGLU.cmake index 96b6dc9..81b3364 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) |