mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix comment in CMakeLists.txt
This commit is contained in:
parent
5ec6f0994d
commit
84b1108001
|
@ -5,7 +5,7 @@ endif()
|
|||
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9 CACHE INTERNAL "")
|
||||
if(CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.9)
|
||||
message(WARNING "Building for macOS <= 10.9 is not supported")
|
||||
message(WARNING "Building for macOS < 10.9 is not supported")
|
||||
endif()
|
||||
|
||||
file(STRINGS src/game/version.h VERSION_LINE
|
||||
|
|
Loading…
Reference in a new issue