Fix comment in CMakeLists.txt

This commit is contained in:
def 2021-12-19 12:12:26 +01:00
parent 5ec6f0994d
commit 84b1108001

View file

@ -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