gr-fosphor/cmake: Fix typo in FingGLFW3 status message

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Michael Dickens 2013-12-06 13:08:25 +01:00 committed by Sylvain Munaut
parent d58643fa89
commit 5f7c5173ca
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if(NOT GLFW3_FOUND)
if(GLFW3_INCLUDE_DIRS AND GLFW3_LIBRARIES)
set(GLFW3_FOUND TRUE CACHE INTERNAL "GLFW3 found")
message(STATUS "Found GLFW3: ${GLFW3_INCLUDE_DIR}, ${GLFW3_LIBRARIES}")
message(STATUS "Found GLFW3: ${GLFW3_INCLUDE_DIRS}, ${GLFW3_LIBRARIES}")
else(GLFW3_INCLUDE_DIRS AND GLFW3_LIBRARIES)
set(GLFW3_FOUND FALSE CACHE INTERNAL "GLFW3 found")
message(STATUS "GLFW3 not found.")