소스 검색

FindGLU: add deprecation message

Kovarththanan Rajaratnam 15 년 전
부모
커밋
068fbd17a3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Modules/FindGLU.cmake

+ 3 - 1
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)