mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Fixed platform messages being mixed up.
This commit is contained in:
parent
862efe78e3
commit
cfa798451e
@ -30,10 +30,10 @@ if (WIN32)
|
|||||||
message(STATUS "Building GLFW for WGL on a Win32 system")
|
message(STATUS "Building GLFW for WGL on a Win32 system")
|
||||||
elseif (UNIX AND APPLE)
|
elseif (UNIX AND APPLE)
|
||||||
set(_GLFW_COCOA_NSGL 1)
|
set(_GLFW_COCOA_NSGL 1)
|
||||||
message(STATUS "Building GLFW for X11 and GLX on a Unix-like system")
|
message(STATUS "Building GLFW for Cocoa and NSOpenGL on Mac OS X")
|
||||||
elseif (UNIX AND NOT APPLE)
|
elseif (UNIX AND NOT APPLE)
|
||||||
set(_GLFW_X11_GLX 1)
|
set(_GLFW_X11_GLX 1)
|
||||||
message(STATUS "Building GLFW for Cocoa and NSOpenGL on Mac OS X")
|
message(STATUS "Building GLFW for X11 and GLX on a Unix-like system")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "No supported platform was detected")
|
message(FATAL_ERROR "No supported platform was detected")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user