FindGLU: add deprecation message
This commit is contained in:
parent
932d08adb8
commit
068fbd17a3
@ -15,7 +15,9 @@
|
|||||||
# Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4
|
# Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4
|
||||||
# GLU library is now found by FindOpenGL.cmake
|
# GLU library is now found by FindOpenGL.cmake
|
||||||
#
|
#
|
||||||
#
|
|
||||||
|
MESSAGE(STATUS
|
||||||
|
"WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead")
|
||||||
|
|
||||||
INCLUDE(FindOpenGL)
|
INCLUDE(FindOpenGL)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user