diff --git a/CMakeLists.txt b/CMakeLists.txt index 379198f..8cb419d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ elseif(UNIX) find_package(GLEW REQUIRED) find_package(OpenGL REQUIRED) elseif(APPLE) - message(FATAL_ERROR "Linux and macOS platforms are not supported yet.") + message(FATAL_ERROR "macOS is not supported yet.") endif() add_executable(${PROJECT_NAME} hello.cpp)