mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
42349d3b02
commit
dfe5b77381
|
@ -681,7 +681,7 @@ if(DISCORD_DYNAMIC)
|
|||
endif()
|
||||
endif()
|
||||
if(NOT(PNG_FOUND))
|
||||
message(SEND_ERROR "You must install libpng to compile DDNet")
|
||||
message(SEND_ERROR "You must install libpng to compile ${CMAKE_PROJECT_NAME}")
|
||||
endif()
|
||||
if(CLIENT AND NOT(FREETYPE_FOUND))
|
||||
message(SEND_ERROR "You must install Freetype to compile the ${CMAKE_PROJECT_NAME} client")
|
||||
|
|
Loading…
Reference in a new issue