print out the GLUT include dir from GLUT find module

This commit is contained in:
Stephen Birarda 2014-03-07 12:18:39 -08:00
parent 1ec48b5999
commit 9db4b803c6

View file

@ -73,6 +73,8 @@ else ()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GLUT DEFAULT_MSG GLUT_INCLUDE_DIR GLUT_LIBRARIES)
message(${GLUT_INCLUDE_DIR})
if (GLUT_FOUND)
if (NOT GLUT_FIND_QUIETLY)
message(STATUS "Found GLUT: ${GLUT_LIBRARIES}")