mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
Previously this module only provided `GLUT_INCLUDE_DIR`, which does not follow the modern naming convention documented in `cmake-developer(7)`. Issue: #23018
8 lines
287 B
ReStructuredText
8 lines
287 B
ReStructuredText
FindGLUT-include-dirs
|
|
---------------------
|
|
|
|
* The :module:`FindGLUT` module now provides the ``GLUT_INCLUDE_DIRS``
|
|
result variable to conform with naming conventions documented in the
|
|
:manual:`cmake-developer(7)` manual. This supersedes the legacy
|
|
``GLUT_INCLUDE_DIR`` variable.
|