mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Message tweaks.
This commit is contained in:
parent
2e4b9a9e4f
commit
bbdcb35dbb
@ -43,7 +43,7 @@ endif (WIN32)
|
|||||||
|
|
||||||
# Stuff specific to GLX on Unix-like platforms
|
# Stuff specific to GLX on Unix-like platforms
|
||||||
if (UNIX AND NOT APPLE AND NOT CYGWIN)
|
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 up library and include paths
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${X11_X11_LIB} ${OPENGL_gl_LIBRARY})
|
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
|
# Stuff specific to AGL and CGL on Mac OS X
|
||||||
if (UNIX AND APPLE)
|
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...
|
# Universal build, decent set of warning flags...
|
||||||
set(CMAKE_OSX_ARCHITECTURES ppc;i386;ppc64;x86_64)
|
set(CMAKE_OSX_ARCHITECTURES ppc;i386;ppc64;x86_64)
|
||||||
|
Loading…
Reference in New Issue
Block a user