We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3f9fa commit b4b73a1Copy full SHA for b4b73a1
CMakeLists.txt
@@ -31,7 +31,7 @@ include(CMakeOptions.txt)
31
32
if (UNIX AND NOT APPLE AND NOT "${PLATFORM}" MATCHES "DRM" AND NOT "${PLATFORM}" MATCHES "Web")
33
if (NOT GLFW_BUILD_WAYLAND AND NOT GLFW_BUILD_X11)
34
- MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11")
+ message(FATAL_ERROR "Cannot disable both Wayland and X11")
35
endif()
36
37
@@ -51,7 +51,7 @@ if(NOT TARGET uninstall AND PROJECT_IS_TOP_LEVEL)
51
52
53
if (${BUILD_EXAMPLES})
54
- MESSAGE(STATUS "Building examples is enabled")
+ message(STATUS "Building examples is enabled")
55
add_subdirectory(examples)
56
57
0 commit comments