Fixed warning about location of CMake support files

This commit is contained in:
Sam Lantinga 2022-05-26 18:31:06 -07:00 committed by Anonymous Maarten
parent 01492a24f1
commit e30b9993b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# This file is meant to be placed in Resources/CMake of a SDL2 framework
if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../../Headers/SDL_version.h")
message(AUTHOR_WARNING "Could not find SDL_version.h. This script is meant to be placed in the root of SDL2-devel-2.x.y-VC")
message(AUTHOR_WARNING "Could not find SDL_version.h. This script is meant to be placed in the Resources/CMake directory of SDL2.framework")
return()
endif()