فهرست منبع

Fixed warning about location of CMake support files

Sam Lantinga 3 سال پیش
والد
کامیت
e30b9993b9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Xcode/SDL/pkg-support/resources/CMake/sdl2-config-version.cmake

+ 1 - 1
Xcode/SDL/pkg-support/resources/CMake/sdl2-config-version.cmake

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