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(GLEW REQUIRED)
|
||||||
find_package(OpenGL REQUIRED)
|
find_package(OpenGL REQUIRED)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
message(FATAL_ERROR "Linux and macOS platforms are not supported yet.")
|
message(FATAL_ERROR "macOS is not supported yet.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} hello.cpp)
|
add_executable(${PROJECT_NAME} hello.cpp)
|
||||||
|
|
Loading…
Reference in New Issue