summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorLetu Ren <fantasquex@gmail.com>2022-05-17 08:29:54 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-17 13:08:12 (GMT)
commit6c053e68dfe56f9b203ace292f6267bf53810fa3 (patch)
tree4228308ea5dbf4ca592059f3ca2d7dd2bfda45e8 /Modules
parent943210856ae433708a7e12866e94f6dcaacc3248 (diff)
downloadCMake-6c053e68dfe56f9b203ace292f6267bf53810fa3.zip
CMake-6c053e68dfe56f9b203ace292f6267bf53810fa3.tar.gz
CMake-6c053e68dfe56f9b203ace292f6267bf53810fa3.tar.bz2
FindGLUT: Remove undocumented variables GLUT_INCLUDE_PATH and GLUT_LIBRARY
Fixes: #23370
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindGLUT.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindGLUT.cmake b/Modules/FindGLUT.cmake
index 72d4db5..320ddad 100644
--- a/Modules/FindGLUT.cmake
+++ b/Modules/FindGLUT.cmake
@@ -275,8 +275,4 @@ if (GLUT_FOUND)
PROPERTY INTERFACE_LINK_LIBRARIES GLUT::Cocoa)
endif()
endif()
-
- #The following deprecated settings are for backwards compatibility with CMake1.4
- set (GLUT_LIBRARY ${GLUT_LIBRARIES})
- set (GLUT_INCLUDE_PATH ${GLUT_INCLUDE_DIRS})
endif()