mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-13 04:12:53 +02:00
print out the GLUT include dir from GLUT find module
This commit is contained in:
parent
1ec48b5999
commit
9db4b803c6
1 changed files with 2 additions and 0 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue