Message tweaks.

This commit is contained in:
Camilla Berglund 2010-09-15 17:14:21 +02:00
parent 2e4b9a9e4f
commit bbdcb35dbb
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ endif (WIN32)
# Stuff specific to GLX on Unix-like platforms
if (UNIX AND NOT APPLE AND NOT CYGWIN)
message(STATUS "Building GLFW for GLX on a Unix-like system")
message(STATUS "Building GLFW for X11 and GLX on a Unix-like system")
# Set up library and include paths
set(CMAKE_REQUIRED_LIBRARIES ${X11_X11_LIB} ${OPENGL_gl_LIBRARY})
@ -97,7 +97,7 @@ endif(UNIX AND NOT APPLE AND NOT CYGWIN)
# Stuff specific to AGL and CGL on Mac OS X
if (UNIX AND APPLE)
message(STATUS "Building GLFW for NSOpenGL on Mac OS X")
message(STATUS "Building GLFW for Cocoa and NSOpenGL on Mac OS X")
# Universal build, decent set of warning flags...
set(CMAKE_OSX_ARCHITECTURES ppc;i386;ppc64;x86_64)