fix: misleading cmake platform error message
This commit is contained in:
parent
34122f3416
commit
61e0a3e7e7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue