summaryrefslogtreecommitdiffstats
path: root/Modules/FindGLUT.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-06-18 18:26:57 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-06-18 18:26:57 (GMT)
commit84cd5ec12414f25b2f4a1e1076c5a0c295f2852a (patch)
tree21a92ae6d3de9ba0e8b67ce334b55e41f8deee7c /Modules/FindGLUT.cmake
parent0065bc5fa0e83ed572ff0ce554cd2f52ea9d0926 (diff)
downloadCMake-84cd5ec12414f25b2f4a1e1076c5a0c295f2852a.zip
CMake-84cd5ec12414f25b2f4a1e1076c5a0c295f2852a.tar.gz
CMake-84cd5ec12414f25b2f4a1e1076c5a0c295f2852a.tar.bz2
ENH: add more paths for the HP
Diffstat (limited to 'Modules/FindGLUT.cmake')
-rw-r--r--Modules/FindGLUT.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindGLUT.cmake b/Modules/FindGLUT.cmake
index ceb0f1f..d1c187e 100644
--- a/Modules/FindGLUT.cmake
+++ b/Modules/FindGLUT.cmake
@@ -30,6 +30,7 @@ ELSE (WIN32)
/usr/local/include
/usr/openwin/share/include
/opt/graphics/OpenGL/include
+ /opt/graphics/OpenGL/contrib/libglut
/usr/X11R6/include
)
MARK_AS_ADVANCED(
@@ -41,6 +42,7 @@ ELSE (WIN32)
/usr/lib
/usr/local/lib
/opt/graphics/OpenGL/lib
+ /opt/graphics/OpenGL/contrib/libglut
/usr/openwin/lib
/usr/X11R6/lib
)