diff --git a/cmake/Modules/FindGLFW3.cmake b/cmake/Modules/FindGLFW3.cmake index 9cba985..9ac63bd 100644 --- a/cmake/Modules/FindGLFW3.cmake +++ b/cmake/Modules/FindGLFW3.cmake @@ -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.")